Do not build CUPS support for ghostscript on Darwin

This commit is contained in:
John Wiegley 2014-04-16 00:15:30 -05:00 committed by Rok Garbas
parent fbc8424cc2
commit 1337f5f84c

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;
};