mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Do not build CUPS support for ghostscript on Darwin
This commit is contained in:
parent
fbc8424cc2
commit
1337f5f84c
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user