GNU bug report logs -
#42326
gnu: haunt: Add back guile-reader to propagated-inputs.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
guile-reader is now available for the version of Guile that Haunt
defaults to, so use that.
[0001-gnu-haunt-Add-back-guile-reader-to-propagated-inputs.patch (text/x-patch, inline)]
From bbf7aa1409b657063462430216e13f84b9ee03ca Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
Date: Fri, 10 Jul 2020 15:15:43 -0400
Subject: [PATCH] gnu: haunt: Add back guile-reader to propagated-inputs.
guile-reader is now available for the version of Guile that Haunt
defaults to, so use that.
* gnu/packages/guile-xyz.scm (haunt): Uncomment guile-reader from
propagated-inputs.
---
gnu/packages/guile-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 160bf63a48..34c9a9edfc 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2206,8 +2206,7 @@ inspired by the SCSH regular expression system.")
(inputs
`(("guile" ,guile-3.0)))
(propagated-inputs
- ;; XXX: Guile-Reader is currently unavailable for Guile 2.2 so strip it.
- `(;;("guile-reader" ,guile-reader)
+ `(("guile-reader" ,guile-reader)
("guile-commonmark" ,guile-commonmark)))
(synopsis "Functional static site generator")
(description "Haunt is a static site generator written in Guile
--
2.27.0
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.