gnu: expat: Do not build static libraries.

* gnu/packages/xml.scm (expat)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-12-04 05:22:24 +01:00
parent 6cd34029c5
commit 767abd373b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -80,6 +80,8 @@ (define-public expat
(base32
"1960mmgbb4cm64n1p0nz3hrs1pw03hkrfcw8prmnn4622mdrd9hy")))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(home-page "https://libexpat.github.io/")
(synopsis "Stream-oriented XML parser library written in C")
(description