about summary refs log tree commit diff
path: root/pkgs/development/libraries/ijs
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-10-19 08:09:17 -0400
committerGraham Christensen <graham@grahamc.com>2016-10-19 08:09:17 -0400
commit3c2306e21665b6367c88cb379bccf85f61ca4466 (patch)
tree0779616b2a6ad05cca0aad368d1c97bed640e95d /pkgs/development/libraries/ijs
parent09e4b78b48fa9b5da00f44d2c01f0f9f16c3d406 (diff)
ghostscript: 9.18 -> 9.20 for multiple CVEs: https://lwn.net/Vulnerabilities/703324/
Diffstat (limited to 'pkgs/development/libraries/ijs')
-rw-r--r--pkgs/development/libraries/ijs/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/libraries/ijs/default.nix b/pkgs/development/libraries/ijs/default.nix
index a08a653dc71fb..4506d3c410483 100644
--- a/pkgs/development/libraries/ijs/default.nix
+++ b/pkgs/development/libraries/ijs/default.nix
@@ -5,15 +5,6 @@ stdenv.mkDerivation {
 
   inherit (ghostscript) src;
 
-  patches = [
-    # http://bugs.ghostscript.com/show_bug.cgi?id=696246
-    (fetchpatch {
-      name = "devijs-account-for-device-subclassing.patch";
-      url = "http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=b68e05c3";
-      sha256 = "1c3fzfjzvf15z533vpw3l3da8wcxw98qi3p1lc6lf13940a57c7n";
-    })
-  ];
-
   postPatch = "cd ijs";
 
   enableParallelBuilding = true;