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.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 8d35f1195c3..94807fdd945 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -9,7 +9,7 @@
9;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> 9;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
10;;; Copyright © 2018, 2020, 2022 Marius Bakke <mbakke@fastmail.com> 10;;; Copyright © 2018, 2020, 2022 Marius Bakke <mbakke@fastmail.com>
11;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com> 11;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
12;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> 12;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
13;;; 13;;;
14;;; This file is part of GNU Guix. 14;;; This file is part of GNU Guix.
15;;; 15;;;
@@ -89,9 +89,11 @@ Consortium standard (ICC), approved as ISO 15076-1.")
89 (native-inputs 89 (native-inputs
90 (list help2man)) 90 (list help2man))
91 (arguments 91 (arguments
92 '(#:configure-flags '("--disable-static" 92 (list #:configure-flags ''("--disable-static"
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
96 #:tests? (not (target-hurd?))))
95 (outputs '("out" "debug")) 97 (outputs '("out" "debug"))
96 (home-page "https://github.com/rrthomas/libpaper") 98 (home-page "https://github.com/rrthomas/libpaper")
97 (synopsis "Library for handling paper sizes") 99 (synopsis "Library for handling paper sizes")