gnu: haunt: Add back guile-reader to propagated-inputs.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Lemmer Webber
  • Ludovic Courtès
Owner
unassigned
Submitted by
Christopher Lemmer Webber
Severity
normal

Debbugs page

Christopher Lemmer Webber wrote 5 years ago
(name . Guix Patches)(address . guix-patches@gnu.org)
87lfjp940c.fsf@dustycloud.org
guile-reader is now available for the version of Guile that Haunt
defaults to, so use that.
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(-)

Toggle diff (16 lines)
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
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEUQqGKOKndniPjHCcS8Alkl/49NMFAl8KJHMACgkQS8Alkl/4
9NNEng/+OYvxdFNqdHMUHt9lo5ecBtz3vUXnwB9i/SYqa7yLuyVUAZNRKPxbDGKq
5grYHVkSlbdakA7v2/7uzMGUvjd1AaCat2OnFh4EWfodB1iK804wj+XqOgEKpbcM
4zM7rey3oQrmJXFV5up9VpwHmAi9gS2++2a6jGDbzYYHkAXg+SIDRYPRBBpc5LlH
2cKih0Buwmm2wx9T63nuoEsiIdKUIxd8YpQbPvp1oh0jhsIKSRXEvH3TZEW4i/8B
s4Q/ujZiSBUz8aRlY1EnvhLFkXVhVTYCkuCqjhEaiuRuz97KmGBOkw3SvLHEPIuF
KRDfu9XSWspt8BU9BK9WhRL5v0EuXgKQqfeQDMR1Jhm4bS/MxFLfpVKET0CIVQOQ
gDNokk3fhPXXJMxDoIqk0cTo/My2ZHeCUPBTxGFYp4xkjG13yE+wFo688qze9Wyb
2mLfxqfXAp+weGu39PEztUJ7vvOX2gNylxnRQDsF5PNkCbK04Ok1JaWFExxoGlNa
4hB4j/MtIFT5Ien2ODaXv7PpDh0V85bWTBX8Vd8c7gXLm1lIpEwwy7HCBHohhz+Q
0tGD0aJcOqMvuJeeJrpNsWXcIULSWl/O+TN1ktQ0Lpel9ZJbaBvvkZCozB1pxvCD
D+UtDubELBwsImiO2LonXNEk4ORIVvmL1DeWayqEs9KA8z7wStk=
=j61Q
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 5 years ago
(name . Christopher Lemmer Webber)(address . cwebber@dustycloud.org)(address . 42326@debbugs.gnu.org)
87tuy2y2r8.fsf@gnu.org
Hi!

Christopher Lemmer Webber <cwebber@dustycloud.org> skribis:

Toggle quote (3 lines)
> guile-reader is now available for the version of Guile that Haunt
> defaults to, so use that.

I don’t think that’s the case: it doesn’t work on Guile 3.0. But I
hope to fix that real soon!

Ludo’.
Ludovic Courtès wrote 5 years ago
(name . Christopher Lemmer Webber)(address . cwebber@dustycloud.org)(address . 42326-done@debbugs.gnu.org)
87mu3lz2vs.fsf@gnu.org
Heya Chris,

Christopher Lemmer Webber <cwebber@dustycloud.org> skribis:

Toggle quote (3 lines)
> guile-reader is now available for the version of Guile that Haunt
> defaults to, so use that.

Done in c20e697ea19c92df217081c418c72ac70f02af3e.

Thanks,
Ludo'.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42326@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42326
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help