mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libpaper: Do not build the static library.
* gnu/packages/ghostscript.scm (libpaper)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
b34c125851
commit
f62df4cbf2
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ (define-public libpaper
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue