mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: xcb-util-keysyms: Do not build static libraries.
* gnu/packages/xorg.scm (xcb-util-keysyms)[arguments]: New field.
This commit is contained in:
parent
790eea5e42
commit
95c2ec0bb9
1 changed files with 2 additions and 0 deletions
|
|
@ -5663,6 +5663,8 @@ The XCB util-image module provides the following library:
|
|||
(base32
|
||||
"1nbd45pzc1wm6v5drr5338j4nicbgxa5hcakvsvm5pnyy47lky0f"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("libxcb" ,libxcb)))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue