summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco van 't Veer <remco@remworks.net>2025-10-02 15:53:17 +0200
committerjgart <jgart@dismail.de>2025-10-02 10:50:50 -0500
commitb9d14de55687b89ffc0c4f8ac732d37dc91e5730 (patch)
treed819371135ead2c0341efcb9c97ade21a68a164d
parent44331dbb62f238c289da3831748b47128fbbed2c (diff)
gnu: xmlstarlet: Fix build.
* gnu/packages/xml.scm (xmlstarlet)[inputs]: Replace libxml2 with libxml2-2.11. Change-Id: I51d31c5b1ed92dc3b9b7a32e3e363525489272d1 Signed-off-by: jgart <jgart@dismail.de>
-rw-r--r--gnu/packages/xml.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 8094c8655df..f3332ba4e4d 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -38,6 +38,7 @@
38;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com> 38;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
39;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> 39;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net>
40;;; Copyright © 2025 John Kehayias <john.kehayias@protonmail.com> 40;;; Copyright © 2025 John Kehayias <john.kehayias@protonmail.com>
41;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>
41;;; 42;;;
42;;; This file is part of GNU Guix. 43;;; This file is part of GNU Guix.
43;;; 44;;;
@@ -1392,7 +1393,7 @@ C++ programming language.")
1392 (symlink "xml" (string-append bin "/xmlstarlet")) 1393 (symlink "xml" (string-append bin "/xmlstarlet"))
1393 #t)))))) 1394 #t))))))
1394 (inputs 1395 (inputs
1395 (list libxslt libxml2)) 1396 (list libxslt libxml2-2.11))
1396 (home-page "https://xmlstar.sourceforge.net/") 1397 (home-page "https://xmlstar.sourceforge.net/")
1397 (synopsis "Command line XML toolkit") 1398 (synopsis "Command line XML toolkit")
1398 (description "XMLStarlet is a set of command line utilities which can be 1399 (description "XMLStarlet is a set of command line utilities which can be