summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 2d7f07fb40f..502b41bb992 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -93,7 +93,8 @@ Consortium standard (ICC), approved as ISO 15076-1.")
93 ;; Tests require a relocatable build. 93 ;; Tests require a relocatable build.
94 "--enable-relocatable") 94 "--enable-relocatable")
95 ;; --enable-relocate is broken on the Hurd 95 ;; --enable-relocate is broken on the Hurd
96 #:tests? (not (target-hurd?)))) 96 #:tests? (not (or (target-hurd?)
97 (%current-target-system)))))
97 (outputs '("out" "debug")) 98 (outputs '("out" "debug"))
98 (home-page "https://github.com/rrthomas/libpaper") 99 (home-page "https://github.com/rrthomas/libpaper")
99 (synopsis "Library for handling paper sizes") 100 (synopsis "Library for handling paper sizes")