me
/
guix
Archived
1
0
Fork 0

gnu: xcb-util-renderutil: Do not build static libraries.

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

View File

@ -5697,6 +5697,8 @@ The XCB util-keysyms module provides the following library:
(base32
"0nza1csdvvxbmk8vgv8vpmq7q8h05xrw3cfx9lwxd1hjzd47xsf6"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("libxcb" ,libxcb)))
(native-inputs