me
/
guix
Archived
1
0
Fork 0

gnu: libxpm: Do not build static libraries.

* gnu/packages/xorg.scm (libxpm)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:47:44 +01:00
parent b2f626dab7
commit 7f5fa7d079
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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)