guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add libxml++-3.


From: guix-commits
Subject: 01/02: gnu: Add libxml++-3.
Date: Fri, 15 Dec 2023 07:52:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 90cb402fbb752f7f39ef0de7d55ff80b4c056434
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 13:50:51 2023 +0100

    gnu: Add libxml++-3.
    
    * gnu/packages/gnome.scm (libxml++-3): New variable.
    
    Change-Id: I2250766126f433b3f5dcc50cd7eaadec3acadad3
---
 gnu/packages/gnome.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f57579d0c9..69698cf4fc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8768,8 +8768,25 @@ the available networks and allows users to easily switch 
between them.")
 library.")
     (license license:lgpl2.1+)))
 
-;; This is the last release providing the 2.6 API, hence the name.
 ;; This is needed by tascam-gtk
+(define-public libxml++-3
+  (package
+    (inherit libxml++)
+    (name "libxml++")
+    (version "3.2.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/libxmlplusplus/libxmlplusplus";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "07f6l9ka63dnc85npxq5g7bn1ja7lad0w2wixqdlyabdvc4l2hp5"))))
+    (propagated-inputs (modify-inputs (package-propagated-inputs libxml++)
+                         (append glibmm-2.64)))))
+
+;; This is the last release providing the 2.6 API, hence the name.
 (define-public libxml++-2
   (package
     (inherit libxml++)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]