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