summaryrefslogtreecommitdiff
path: root/gnu/packages
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 /gnu/packages
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>
Diffstat (limited to 'gnu/packages')
-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 @@
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net>
;;; Copyright © 2025 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1392,7 +1393,7 @@ C++ programming language.")
(symlink "xml" (string-append bin "/xmlstarlet"))
#t))))))
(inputs
- (list libxslt libxml2))
+ (list libxslt libxml2-2.11))
(home-page "https://xmlstar.sourceforge.net/")
(synopsis "Command line XML toolkit")
(description "XMLStarlet is a set of command line utilities which can be