nix-prefetch-scripts: makeWrapper is a nativeBuildInput
This commit is contained in:
parent
2a5bf4cb40
commit
2b04cddf7e
|
@ -6,7 +6,7 @@ let mkPrefetchScript = tool: src: deps:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "nix-prefetch-${tool}";
|
name = "nix-prefetch-${tool}";
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
unpackPhase = ":";
|
unpackPhase = ":";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue