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