me
/
guix
Archived
1
0
Fork 0

gnu: libxfixes: Do not build static libraries.

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

View File

@ -4914,6 +4914,8 @@ an X Window System display.")
(base32
"1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("xorgproto" ,xorgproto)))
(inputs