jam: unset AR
Commit 093cc00cdd
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 ];
|
||||
|
||||
preConfigure = ''
|
||||
unset AR
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
make jam0
|
||||
./jam0 -j$NIX_BUILD_CORES -sBINDIR=$out/bin install
|
||||
|
Loading…
Reference in New Issue
Block a user