mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
nix: put makeWrapper into the correct inputs
This commit is contained in:
parent
fb9a4ab186
commit
fac43380ef
|
@ -83,7 +83,7 @@ stdenv.mkDerivation {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (pinData) url hash;
|
inherit (pinData) url hash;
|
||||||
};
|
};
|
||||||
buildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dm755 $src $out/share/copyparty-sfx.py
|
install -Dm755 $src $out/share/copyparty-sfx.py
|
||||||
|
|
Loading…
Reference in a new issue