v8: depend on which during i686-linux build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchsvn, gyp, readline, python }:
|
{ stdenv, fetchsvn, gyp, readline, python, which }:
|
||||||
|
|
||||||
assert readline != null;
|
assert readline != null;
|
||||||
|
|
||||||
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
ln -sv ${gyp}/bin/gyp build/gyp/gyp
|
ln -sv ${gyp}/bin/gyp build/gyp/gyp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
buildNativeInputs = stdenv.lib.optional (system == "i686-linux") which;
|
||||||
buildInputs = [ readline python ];
|
buildInputs = [ readline python ];
|
||||||
|
|
||||||
buildFlags = [
|
buildFlags = [
|
||||||
|
|||||||
Reference in New Issue
Block a user