forked from mirrors/nixpkgs
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:
parent
4f88ceff49
commit
101e0998e1
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue