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:
@@ -84,6 +84,8 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace Makefile --replace "-j 3" "-j $NIX_BUILD_CORES"
|
substituteInPlace Makefile --replace "-j 3" "-j $NIX_BUILD_CORES"
|
||||||
# Remove tiff, jpg and png to be sure the nixpkgs-provided ones are used
|
# Remove tiff, jpg and png to be sure the nixpkgs-provided ones are used
|
||||||
rm -rf tiff jpg png
|
rm -rf tiff jpg png
|
||||||
|
|
||||||
|
unset AR
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user