~ruther/guix-local

b9d14de55687b89ffc0c4f8ac732d37dc91e5730 — Remco van 't Veer 9 months ago 44331db
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +2 -1
@@ 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