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