me
/
guix
Archived
1
0
Fork 0

gnu: libxmu: Do not build static libraries.

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

View File

@ -1407,6 +1407,8 @@ configuration files.")
(base32
"0cdpqnx6258i4l6qhphvkdiyspysg0i5caqjy820kp63wwjk4d4w"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(inputs
`(("libxt" ,libxt)
("xorgproto" ,xorgproto)