~ruther/guix-local

609bbaa122bfe357c95e86775d1f302b24f91767 — Sharlatan Hellseher 9 months ago 0a47407
gnu: ronn-ng: Add missing input.

This is a follow-up to commit 1960f3cb8a2690bdaec9c78db3d476fd0ec5fb99.

* gnu/packages/groff.scm (ronn-ng)[inputs]: Add
ruby-kramdown-parser-gfm.

Change-Id: Ib1863f2049ee662f855ef2d7d073aab15f9c10e6
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/groff.scm
M gnu/packages/groff.scm => gnu/packages/groff.scm +5 -1
@@ 250,7 250,11 @@ It is typically used to display man pages on a web site.")
                                          "ruby-mustache"
                                          "ruby-nokogiri"))))))))))
    (inputs
     (list bash-minimal ruby-kramdown ruby-mustache ruby-nokogiri))
     (list bash-minimal
           ruby-kramdown
           ruby-kramdown-parser-gfm
           ruby-mustache
           ruby-nokogiri))
    (synopsis
     "Build manuals in HTML and Unix man page format from Markdown")
    (description