pkgs/top-level/all-packages.nix: removed lowPrio modifier from ghostscriptX
By default, "nix-env -i ghostscript" used to install a version of Ghostscript that didn't support X11. IMHO, this was the wrong choice for a user profile. svn path=/nixpkgs/trunk/; revision=23829
This commit is contained in:
parent
9640592265
commit
c8fbebe6b6
@ -6816,9 +6816,9 @@ let
|
|||||||
cupsSupport = getPkgConfig "ghostscript" "cups" true;
|
cupsSupport = getPkgConfig "ghostscript" "cups" true;
|
||||||
};
|
};
|
||||||
|
|
||||||
ghostscriptX = lowPrio (appendToName "with-X" (ghostscript.override {
|
ghostscriptX = appendToName "with-X" (ghostscript.override {
|
||||||
x11Support = true;
|
x11Support = true;
|
||||||
}));
|
});
|
||||||
|
|
||||||
gxemul = callPackage ../misc/gxemul { };
|
gxemul = callPackage ../misc/gxemul { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user