diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 05:22:24 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:58:58 +0100 |
| commit | 767abd373b595fee5f46189627ea761c9fa555e3 (patch) | |
| tree | 46630b27006958682e445b4715887c8843717715 | |
| parent | 6cd34029c588a5e0d19a77571888968d7acaf0e7 (diff) | |
gnu: expat: Do not build static libraries.
* gnu/packages/xml.scm (expat)[arguments]: New field.
| -rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b3aae8d219..d1376a5bee 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -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 |
