mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: libxpm: Do not build static libraries.
* gnu/packages/xorg.scm (libxpm)[arguments]: New field.
This commit is contained in:
parent
b2f626dab7
commit
7f5fa7d079
1 changed files with 2 additions and 0 deletions
|
@ -1441,6 +1441,8 @@ treat it as part of their software base when porting.")
|
|||
(base32
|
||||
"1v5xaiw4zlhxspvx76y3hq4wpxv7mpj6parqnwdqvpj8vbinsspx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("libxt" ,libxt)
|
||||
|
|
Loading…
Add table
Reference in a new issue