argyllcms: unset AR

Commit 093cc00cdd sets the AR environment variable
by default, but this causes the argyllcms Makefile to use the wrong command.
This commit is contained in:
Thomas Tuegel 2017-07-22 19:54:57 -05:00
parent 4f88ceff49
commit 101e0998e1
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ stdenv.mkDerivation rec {
substituteInPlace Makefile --replace "-j 3" "-j $NIX_BUILD_CORES"
# Remove tiff, jpg and png to be sure the nixpkgs-provided ones are used
rm -rf tiff jpg png
unset AR
'';
buildInputs = [