diff options
-rw-r--r-- | gnu/packages/ghostscript.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 6a86acb359..09b10f7741 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -196,6 +196,7 @@ output file formats and printers.") (define ghostscript/fixed (package (inherit ghostscript) + (replacement #f) ; Prevent ghostscript/x from inheriting the replacement (source (origin (inherit (package-source ghostscript)) (patches (search-patches "ghostscript-CVE-2013-5653.patch" |