me
/
guix
Archived
1
0
Fork 0

gnu: libxcursor: Do not build static libraries.

* gnu/packages/xorg.scm (libxcursor)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:55:17 +01:00
parent 526ca00af6
commit f1f88fc950
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -5369,6 +5369,8 @@ draggable titlebars and borders.")
(base32
"10l7c9fm0jmpkm9ab9dz8r6m1pr87vvgqjnbx1psz50h4pwfklrs"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("libx11" ,libx11)
("libxrender" ,libxrender)