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:
Thomas Tuegel 2017-07-22 19:36:55 -05:00
parent 4b14212914
commit 4f88ceff49
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ yacc ];
preConfigure = ''
unset AR
'';
buildPhase = ''
make jam0
./jam0 -j$NIX_BUILD_CORES -sBINDIR=$out/bin install