all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#43020] [PATCH] gnu: jekyll: Use GFM parser to parse kramdown.
@ 2020-08-24 13:48 Michael Rohleder
  2020-08-25  7:31 ` bug#43020: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-08-24 13:48 UTC (permalink / raw)
  To: 43020; +Cc: Michael Rohleder

* gnu/packages/ruby.scm (jekyll)[propagated-inputs]: changed kramdown
parser to ruby-kramdown-parser-gfm.
---
 gnu/packages/ruby.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ed19860469..9bdcd6b859 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -11019,7 +11019,7 @@ Pathname.")
        ("ruby-i18n" ,ruby-i18n)
        ("ruby-jekyll-sass-converter" ,ruby-jekyll-sass-converter)
        ("ruby-jekyll-watch" ,ruby-jekyll-watch)
-       ("ruby-kramdown" ,ruby-kramdown)
+       ("ruby-kramdown" ,ruby-kramdown-parser-gfm)
        ("ruby-liquid" ,ruby-liquid)
        ("ruby-mercenary" ,ruby-mercenary)
        ("ruby-pathutil" ,ruby-pathutil)
-- 
2.28.0





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

* bug#43020: [PATCH] gnu: jekyll: Use GFM parser to parse kramdown.
  2020-08-24 13:48 [bug#43020] [PATCH] gnu: jekyll: Use GFM parser to parse kramdown Michael Rohleder
@ 2020-08-25  7:31 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-08-25  7:31 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 43020-done

Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/ruby.scm (jekyll)[propagated-inputs]: changed kramdown
> parser to ruby-kramdown-parser-gfm.

Applied. Thanks!

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-08-25  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 13:48 [bug#43020] [PATCH] gnu: jekyll: Use GFM parser to parse kramdown Michael Rohleder
2020-08-25  7:31 ` bug#43020: " Nicolas Goaziou

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.