mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libxxf86dga: Do not build static libraries.
* gnu/packages/xorg.scm (libxxf86dga)[arguments]: New field.
This commit is contained in:
parent
c14571a711
commit
56db9f6c60
1 changed files with 2 additions and 0 deletions
|
@ -1527,6 +1527,8 @@ (define-public libxxf86dga
|
|||
(sha256
|
||||
(base32 "00vjvcdlc1sga251jkxn6gkxmx9h5n290ffxxpa40qbca1gvr61b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue