Revert "ghostscriptX: update from 9.06 to 9.14, potentially fixes CVE-2012-4405"

This reverts commit 13fab57d12.

Hopefully fixes the printing tests at
http://hydra.nixos.org/build/14952070/log/raw ; if not, it's probably
gutenprint although I doubt:

client# lp: Unsupported document-format "application/pdf".
This commit is contained in:
Mateusz Kowalczyk 2014-10-02 09:04:23 +01:00
parent c55c435ade
commit 277f6a9779

View file

@ -41,10 +41,10 @@ let
};
mainlineSrc = rec {
name = "ghostscript-9.14";
name = "ghostscript-9.06";
src = fetchurl {
url = "http://downloads.ghostscript.com/public/${name}.tar.bz2";
sha256 = "0x6cg494slwkx4lx699dr41jv9iji45j052kkldq8b84qjmcax0w";
sha256 = "014f10rxn4ihvcr1frby4szd1jvkrwvmdhnbivpp55c9fssx3b05";
};
meta = meta_common // {
homepage = "http://www.ghostscript.com/";