bug#75285: [PATCH v3] gnu: Add xmlpatch.

Message ID 8734h3fc5z.fsf@gnu.org
State New
Headers
Series bug#75285: [PATCH v3] gnu: Add xmlpatch. |

Commit Message

Ludovic Courtès Jan. 28, 2025, 10:47 a.m. UTC
  Hi,

Applied v3 with the changes below.  Thanks!

Ludo’.
  

Patch

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 31488ea309..10cd6d98fa 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2062,6 +2062,7 @@  (define-public xmlpatch
     (home-page "https://xmlpatch.sourceforge.net")
     (synopsis "XML patch library")
     (description
-     "XML Patch is a C++ library for patching XML files with XPath
-expressions.")
+     "XML Patch is a C++ library and command-line interface
+(the @command{xml-diff} and @command{xml-patch} commands) for patching XML
+files with XPath expressions.")
     (license license:lgpl2.1+)))