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 ];
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user