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 New Issue
Block a user