me
/
guix
Archived
1
0
Fork 0

gnu: libxxf86dga: Do not build static libraries.

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

View File

@ -1527,6 +1527,8 @@ treat it as part of their software base when porting.")
(sha256
(base32 "00vjvcdlc1sga251jkxn6gkxmx9h5n290ffxxpa40qbca1gvr61b"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("xorgproto" ,xorgproto)))
(inputs