mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: xcb-util: Do not build static libraries.
* gnu/packages/xorg.scm (xcb-util)[arguments]: New field.
This commit is contained in:
parent
9a81d1492f
commit
4965ca7783
1 changed files with 2 additions and 0 deletions
|
@ -5505,6 +5505,8 @@ keyboard focus, and user-specified key and pointer button bindings.")
|
|||
(base32
|
||||
"1sahmrgbpyki4bb72hxym0zvxwnycmswsxiisgqlln9vrdlr9r26"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("libxcb" ,libxcb)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue