me
/
guix
Archived
1
0
Fork 0

gnu: libxxf86vm: Do not build static libraries.

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

View File

@ -5081,6 +5081,8 @@ new API's in libXft, or the legacy API's in libX11.")
(base32
"0mydhlyn72i7brjwypsqrpkls3nm6vxw0li8b2nw0caz7kwjgvmg"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("libxext" ,libxext)
("xorgproto" ,xorgproto)))