me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xorg.scm (xcb-util-cursor)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:56:44 +01:00
parent 4965ca7783
commit 5bf6d55974
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -5543,6 +5543,8 @@ The XCB util module provides the following libraries:
(base32
"0krr4rcw6r42cncinzvzzdqnmxk3nrgpnadyg2h8k9x10q3hm885"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(native-inputs
`(("m4" ,m4)
("pkg-config" ,pkg-config)))