v8: depend on which during i686-linux build

This commit is contained in:
Mathijs Kwik 2012-07-26 20:45:39 +02:00
parent 50e173755b
commit c0fda4da9b

View File

@ -1,4 +1,4 @@
{ stdenv, fetchsvn, gyp, readline, python }:
{ stdenv, fetchsvn, gyp, readline, python, which }:
assert readline != null;
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
ln -sv ${gyp}/bin/gyp build/gyp/gyp
'';
buildNativeInputs = stdenv.lib.optional (system == "i686-linux") which;
buildInputs = [ readline python ];
buildFlags = [