1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

gnu: libpaper: Do not build the static library.

* gnu/packages/ghostscript.scm (libpaper)[arguments]: Add #:configure-flags.
This commit is contained in:
Marius Bakke
2020-01-08 18:34:12 +01:00
parent b34c125851
commit f62df4cbf2
+2 -1
View File
@@ -90,7 +90,8 @@ Consortium standard (ICC), approved as ISO 15076-1.")
(native-inputs
`(("automake" ,automake))) ; For up to date 'config.guess' and 'config.sub'.
(arguments
`(#:phases
`(#:configure-flags '("--disable-static")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-configure
(lambda* (#:key inputs native-inputs #:allow-other-keys)