mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: expat: Do not build static libraries.
* gnu/packages/xml.scm (expat)[arguments]: New field.
This commit is contained in:
parent
6cd34029c5
commit
767abd373b
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ (define-public expat
|
||||||
(base32
|
(base32
|
||||||
"1960mmgbb4cm64n1p0nz3hrs1pw03hkrfcw8prmnn4622mdrd9hy")))))
|
"1960mmgbb4cm64n1p0nz3hrs1pw03hkrfcw8prmnn4622mdrd9hy")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--disable-static")))
|
||||||
(home-page "https://libexpat.github.io/")
|
(home-page "https://libexpat.github.io/")
|
||||||
(synopsis "Stream-oriented XML parser library written in C")
|
(synopsis "Stream-oriented XML parser library written in C")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue