nix: put makeWrapper into the correct inputs
This commit is contained in:
parent
fb9a4ab186
commit
fac43380ef
@ -83,7 +83,7 @@ stdenv.mkDerivation {
|
||||
src = fetchurl {
|
||||
inherit (pinData) url hash;
|
||||
};
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
install -Dm755 $src $out/share/copyparty-sfx.py
|
||||
|
Loading…
Reference in New Issue
Block a user