mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Reverting the set of GPL ghostscript as default, because it made imagemagick crash.
Eelco thinks it's about libpng versions mismatch. svn path=/nixpkgs/trunk/; revision=32957
This commit is contained in:
parent
469d3f46be
commit
31cdac999c
@ -8392,7 +8392,7 @@ let
|
||||
ghostscript = callPackage ../misc/ghostscript {
|
||||
x11Support = false;
|
||||
cupsSupport = getConfig [ "ghostscript" "cups" ] true;
|
||||
gnuFork = getConfig [ "ghostscript" "gnu" ] false;
|
||||
gnuFork = getConfig [ "ghostscript" "gnu" ] true;
|
||||
};
|
||||
|
||||
ghostscriptX = appendToName "with-X" (ghostscript.override {
|
||||
|
Loading…
Reference in New Issue
Block a user