jam: unset AR
Commit 093cc00cdd9d8cf31ecce5bc1dd3645c460a1b98 sets the AR environment variable by default, but this causes the jam Makefile to use the wrong command.
This commit is contained in:
parent
4b14212914
commit
4f88ceff49
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ yacc ];
|
nativeBuildInputs = [ yacc ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
unset AR
|
||||||
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make jam0
|
make jam0
|
||||||
./jam0 -j$NIX_BUILD_CORES -sBINDIR=$out/bin install
|
./jam0 -j$NIX_BUILD_CORES -sBINDIR=$out/bin install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user