nix-prefetch-scripts: makeWrapper is a nativeBuildInput

This commit is contained in:
Ben Gamari 2017-12-24 16:16:26 -05:00 committed by John Ericson
parent 2a5bf4cb40
commit 2b04cddf7e

View File

@ -6,7 +6,7 @@ let mkPrefetchScript = tool: src: deps:
stdenv.mkDerivation {
name = "nix-prefetch-${tool}";
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
unpackPhase = ":";