3
0
Fork 0
forked from mirrors/nixpkgs

chromedriver: treat native build inputs as such

This commit is contained in:
Joachim Fasting 2017-05-20 19:13:19 +02:00
parent 4fe8165e84
commit acfffd18f5
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
sha256 = spec.sha256;
};
buildInputs = [ unzip makeWrapper ];
nativeBuildInputs = [ unzip makeWrapper ];
unpackPhase = "unzip $src";