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

View File

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