me
/
guix
Archived
1
0
Fork 0

gnu: expat: Do not build static libraries.

* gnu/packages/xml.scm (expat)[arguments]: New field.
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@
(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