about summary refs log tree commit diff
path: root/pkgs/development/tools/selenium
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-05-20 19:13:19 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-05-20 19:28:00 +0200
commitacfffd18f56f1ab15cb48561b79a53435ed3846b (patch)
treee5e4bccdfa6a5b5264c0592f2e69f05a9f3e2f55 /pkgs/development/tools/selenium
parent4fe8165e840793ff6292c21f3da5ec36ae4e4474 (diff)
downloadnixlib-acfffd18f56f1ab15cb48561b79a53435ed3846b.tar
nixlib-acfffd18f56f1ab15cb48561b79a53435ed3846b.tar.gz
nixlib-acfffd18f56f1ab15cb48561b79a53435ed3846b.tar.bz2
nixlib-acfffd18f56f1ab15cb48561b79a53435ed3846b.tar.lz
nixlib-acfffd18f56f1ab15cb48561b79a53435ed3846b.tar.xz
nixlib-acfffd18f56f1ab15cb48561b79a53435ed3846b.tar.zst
nixlib-acfffd18f56f1ab15cb48561b79a53435ed3846b.zip
chromedriver: treat native build inputs as such
Diffstat (limited to 'pkgs/development/tools/selenium')
-rw-r--r--pkgs/development/tools/selenium/chromedriver/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/selenium/chromedriver/default.nix b/pkgs/development/tools/selenium/chromedriver/default.nix
index 6aa0a844fc33..26e820517c04 100644
--- a/pkgs/development/tools/selenium/chromedriver/default.nix
+++ b/pkgs/development/tools/selenium/chromedriver/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     sha256 = spec.sha256;
   };
 
-  buildInputs = [ unzip makeWrapper ];
+  nativeBuildInputs = [ unzip makeWrapper ];
 
   unpackPhase = "unzip $src";