guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3f0c91bf2670b3d5be1ae21586d51e979d8ef2d6
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Sep 6 17:00:25 2025 +0200
gnu: Add libxml2-next-for-grafting.
* gnu/packages/xml.scm (libxml2-next-for-grafting): New variable.
---
gnu/packages/xml.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 7e19f75652..dbb2f00fde 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -271,6 +271,12 @@ project (but it is usable outside of the Gnome platform).")
(append pkg-config
python-minimal)))))
+(define-public libxml2-next-for-grafting
+ (package
+ (inherit libxml2)
+ (replacement libxml2-next)
+ (properties '((hidden? . #t)))))
+
(define-public libxml2-xpath0
(package/inherit libxml2
(name "libxml2-xpath0")