From: Christopher Lemmer Webber <cwebber@dustycloud.org>
To: 42326@debbugs.gnu.org
Subject: [bug#42326] gnu: haunt: Add back guile-reader to propagated-inputs.
Date: Sat, 11 Jul 2020 16:43:31 -0400 [thread overview]
Message-ID: <87lfjp940c.fsf@dustycloud.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 93 bytes --]
guile-reader is now available for the version of Guile that Haunt
defaults to, so use that.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-haunt-Add-back-guile-reader-to-propagated-inputs.patch --]
[-- Type: text/x-patch, Size: 1191 bytes --]
From bbf7aa1409b657063462430216e13f84b9ee03ca Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <cwebber@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next reply other threads:[~2020-07-11 20:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-11 20:43 Christopher Lemmer Webber [this message]
2020-07-20 9:06 ` [bug#42326] gnu: haunt: Add back guile-reader to propagated-inputs Ludovic Courtès
2020-07-27 10:08 ` bug#42326: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lfjp940c.fsf@dustycloud.org \
--to=cwebber@dustycloud.org \
--cc=42326@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.