mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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 {
|
||||
inherit (pinData) url hash;
|
||||
};
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
install -Dm755 $src $out/share/copyparty-sfx.py
|
||||
|
|
Loading…
Reference in a new issue