me
/
guix
Archived
1
0
Fork 0

gnu: libxinerama: Do not build static libraries.

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

View File

@ -4588,6 +4588,8 @@ cannot be adequately worked around on the client side of the wire.")
(base32
"086p0axqj57nvkaqa6r00dnr9kyrn1m8blgf0zjy25zpxkbxn200"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("xorgproto" ,xorgproto)))
(inputs