unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42326] gnu: haunt: Add back guile-reader to propagated-inputs.
@ 2020-07-11 20:43 Christopher Lemmer Webber
  2020-07-20  9:06 ` Ludovic Courtès
  2020-07-27 10:08 ` bug#42326: " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Christopher Lemmer Webber @ 2020-07-11 20:43 UTC (permalink / raw)
  To: 42326


[-- 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 --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#42326] gnu: haunt: Add back guile-reader to propagated-inputs.
  2020-07-11 20:43 [bug#42326] gnu: haunt: Add back guile-reader to propagated-inputs Christopher Lemmer Webber
@ 2020-07-20  9:06 ` Ludovic Courtès
  2020-07-27 10:08 ` bug#42326: " Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2020-07-20  9:06 UTC (permalink / raw)
  To: Christopher Lemmer Webber; +Cc: 42326

Hi!

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

> 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’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#42326: gnu: haunt: Add back guile-reader to propagated-inputs.
  2020-07-11 20:43 [bug#42326] gnu: haunt: Add back guile-reader to propagated-inputs Christopher Lemmer Webber
  2020-07-20  9:06 ` Ludovic Courtès
@ 2020-07-27 10:08 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2020-07-27 10:08 UTC (permalink / raw)
  To: Christopher Lemmer Webber; +Cc: 42326-done

Heya Chris,

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

> guile-reader is now available for the version of Guile that Haunt
> defaults to, so use that.

Done in c20e697ea19c92df217081c418c72ac70f02af3e.

Thanks,
Ludo'.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-27 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-11 20:43 [bug#42326] gnu: haunt: Add back guile-reader to propagated-inputs Christopher Lemmer Webber
2020-07-20  9:06 ` Ludovic Courtès
2020-07-27 10:08 ` bug#42326: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).