gnu: xcb-util-wm: Do not build static libraries.
* gnu/packages/xorg.scm (xcb-util-wm)[arguments]: New field.master
parent
dea60654ed
commit
f45a826f72
|
@ -5731,6 +5731,8 @@ The XCB util-renderutil module provides the following library:
|
|||
(base32
|
||||
"0gra7hfyxajic4mjd63cpqvd20si53j1q3rbdlkqkahfciwq3gr8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("libxcb" ,libxcb)))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue