nix: put makeWrapper into the correct inputs

This commit is contained in:
Tom van Dijk 2025-07-28 12:48:50 +02:00
parent fb9a4ab186
commit fac43380ef
No known key found for this signature in database
GPG key ID: 7A984C8207ADBA51

View file

@ -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