Do not build CUPS support for ghostscript on Darwin

This commit is contained in:
John Wiegley
2014-04-19 14:22:35 +01:00
committed by Rok Garbas
parent fbc8424cc2
commit 1337f5f84c
+1 -1
View File
@@ -10440,7 +10440,7 @@ let
ghostscript = callPackage ../misc/ghostscript {
x11Support = false;
cupsSupport = config.ghostscript.cups or true;
cupsSupport = config.ghostscript.cups or (!stdenv.isDarwin);
gnuFork = config.ghostscript.gnu or false;
};