chromedriver: treat native build inputs as such
This commit is contained in:
parent
4fe8165e84
commit
acfffd18f5
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = spec.sha256;
|
sha256 = spec.sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
nativeBuildInputs = [ unzip makeWrapper ];
|
||||||
|
|
||||||
unpackPhase = "unzip $src";
|
unpackPhase = "unzip $src";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user