guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add libxmlplusplus-2.6.


From: guix-commits
Subject: 02/03: gnu: Add libxmlplusplus-2.6.
Date: Tue, 4 Aug 2020 09:40:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c2bb58f62c0e581028e4fc8872ab8b3257a6fab9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 4 15:10:09 2020 +0200

    gnu: Add libxmlplusplus-2.6.
    
    * gnu/packages/xml.scm (libxmlplusplus-2.6): New variable.
---
 gnu/packages/xml.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 7f8746c..0838a85 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -230,6 +230,23 @@ project (but it is usable outside of the Gnome platform).")
 It uses libxml2 to access the XML files.")
     (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 libxmlplusplus-2.6
+  (package
+    (inherit libxmlplusplus)
+    (name "libxmlplusplus")
+    (version "2.40.1")
+    (source (origin
+             (method git-fetch)
+             (uri (git-reference
+                   (url "https://github.com/libxmlplusplus/libxmlplusplus.git";)
+                   (commit version)))
+             (file-name (git-file-name name version))
+             (sha256
+              (base32
+               "0gbfi4l88w828gmyc9br11l003ylyi4vigp5d1kfgsn0k4cig3y9"))))))
+
 (define-public python-libxml2
   (package/inherit libxml2
     (name "python-libxml2")



reply via email to

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