diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index fd695d8a8a5..051bac76b60 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -249,7 +249,9 @@ hierarchical form with variable field lengths.") (("^old_library='libxml2.a'") "old_library=''")))))))) (home-page "http://www.xmlsoft.org/") (synopsis "C parser for XML") - (inputs (list xz)) + ;; TODO: Remove python, xz and zlib when upgrading. + ;; See https://codeberg.org/guix/guix/pulls/3161#issuecomment-7521193 + (inputs (list python-minimal xz)) (propagated-inputs (list zlib)) ; libxml2.la says '-lz'. (native-inputs (append (if (target-loongarch64?) (list config) |
