summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2025-09-30 17:00:29 +0000
committerMaxim Cournoyer <maxim@guixotic.coop>2025-10-04 20:05:20 +0900
commit3f1e7cc449ba443ea0c874be3c77b0fa32cbe660 (patch)
tree39df18fa2f33c924f362d18703183f5aea25b864 /gnu
parent8f65343876894d00a22af1c2febc87e46d8ab83c (diff)
gnu: libxml2: Fix cross compiling
Also add a comment to remove inputs for deprecated and removed functionality. * gnu/packages/xml.scm (libxml2)[inputs]: Add python-minimal. Change-Id: I1bdff4808b92bf5001e9f19bea46ef2e32b73a87 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xml.scm4
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.")
249 (("^old_library='libxml2.a'") "old_library=''")))))))) 249 (("^old_library='libxml2.a'") "old_library=''"))))))))
250 (home-page "http://www.xmlsoft.org/") 250 (home-page "http://www.xmlsoft.org/")
251 (synopsis "C parser for XML") 251 (synopsis "C parser for XML")
252 (inputs (list xz)) 252 ;; TODO: Remove python, xz and zlib when upgrading.
253 ;; See https://codeberg.org/guix/guix/pulls/3161#issuecomment-7521193
254 (inputs (list python-minimal xz))
253 (propagated-inputs (list zlib)) ; libxml2.la says '-lz'. 255 (propagated-inputs (list zlib)) ; libxml2.la says '-lz'.
254 (native-inputs (append (if (target-loongarch64?) 256 (native-inputs (append (if (target-loongarch64?)
255 (list config) 257 (list config)