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