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