guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f0921cffa12316f639273c5d3be9e7ca62f815e7
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Aug 9 08:59:08 2026 +0200
gnu: Remove guile2.2-haunt.
* gnu/packages/guile-xyz.scm (guile2.2-haunt): Delete variable.
Relates-to: guix/guix!10440
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/guile-xyz.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 7638355bcc..5943fd6326 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4420,15 +4420,6 @@ interface for reading articles in any format.")
(home-page "https://dthompson.us/projects/haunt.html")
(license license:gpl3+)))
-(define-public guile2.2-haunt
- (package
- (inherit haunt)
- (name "guile2.2-haunt")
- (inputs (list guile-2.2))
- (propagated-inputs
- `(("guile-reader" ,guile2.2-reader)
- ("guile-commonmark" ,guile2.2-commonmark)))))
-
(define-public guile-redis
(package
(name "guile-redis")