summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-05 09:36:05 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-09-10 07:49:08 +0200
commitbb08923f8cc43d3e54657d3cc89e0f515fbfeadb (patch)
treedf16c8511cd317171436f1a9284589c81a28c812 /gnu/packages
parent4635aef98d2b5062472b797f96dd2673780a9868 (diff)
gnu: Remove libxml++-3.
This is a package that was only used for tascam-gtk and its update proved to be more complex than libxml++ 2 or 5. * gnu/packages/gnome.scm (libxml++-3): Delete variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm18
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 57e1d35910c..ead7f244e05 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9005,24 +9005,6 @@ the available networks and allows users to easily switch between them.")
library.")
(license license:lgpl2.1+)))
-;; 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.66)))))
-
;; This is the last release providing the 2.6 API, hence the name.
(define-public libxml++-2
(package