forked from mirrors/nixpkgs
chromedriver: treat native build inputs as such
This commit is contained in:
parent
4fe8165e84
commit
acfffd18f5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = spec.sha256;
|
||||
};
|
||||
|
||||
buildInputs = [ unzip makeWrapper ];
|
||||
nativeBuildInputs = [ unzip makeWrapper ];
|
||||
|
||||
unpackPhase = "unzip $src";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue