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:
@@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ yacc ];
|
||||
|
||||
preConfigure = ''
|
||||
unset AR
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
make jam0
|
||||
./jam0 -j$NIX_BUILD_CORES -sBINDIR=$out/bin install
|
||||
|
||||
Reference in New Issue
Block a user