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