summary refs log tree commit diff
path: root/pkgs/tools/graphics/argyllcms
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-07-22 19:54:57 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-07-22 19:54:57 -0500
commit101e0998e14ee01f5fd1ff86fa705f6cfe31cf27 (patch)
treec06afbd283f85bc70fbc97c0418406b6fd1cb512 /pkgs/tools/graphics/argyllcms
parent4f88ceff49792d1e57f8af269400e2b7a74d0db5 (diff)
downloadnixlib-101e0998e14ee01f5fd1ff86fa705f6cfe31cf27.tar
nixlib-101e0998e14ee01f5fd1ff86fa705f6cfe31cf27.tar.gz
nixlib-101e0998e14ee01f5fd1ff86fa705f6cfe31cf27.tar.bz2
nixlib-101e0998e14ee01f5fd1ff86fa705f6cfe31cf27.tar.lz
nixlib-101e0998e14ee01f5fd1ff86fa705f6cfe31cf27.tar.xz
nixlib-101e0998e14ee01f5fd1ff86fa705f6cfe31cf27.tar.zst
nixlib-101e0998e14ee01f5fd1ff86fa705f6cfe31cf27.zip
argyllcms: unset AR
Commit 093cc00cdd9d8cf31ecce5bc1dd3645c460a1b98 sets the AR environment variable
by default, but this causes the argyllcms Makefile to use the wrong command.
Diffstat (limited to 'pkgs/tools/graphics/argyllcms')
-rw-r--r--pkgs/tools/graphics/argyllcms/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/argyllcms/default.nix b/pkgs/tools/graphics/argyllcms/default.nix
index 3c7af45f81dd..3cdb4497baf1 100644
--- a/pkgs/tools/graphics/argyllcms/default.nix
+++ b/pkgs/tools/graphics/argyllcms/default.nix
@@ -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 = [