From ab36949111b849df91cc739637e7f6ba24d7037e Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Mon, 19 Apr 2021 12:40:39 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20asciidoctor-kroki=20en=20d=C3=A9pendanc?= =?UTF-8?q?e=20de=20asciidotor-reveal.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnu/packages/glicid.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index b4f318e..2bf0a37 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -731,6 +731,7 @@ `(("ruby-asciidoctor" ,ruby-asciidoctor) ; ("ruby-concurrent-ruby" ,ruby-concurrent-ruby) ("ruby-concurrent" ,ruby-concurrent) + ("ruby-asciidoctor-kroki", ruby-asciidoctor-kroki) ("ruby-thread-safe" ,ruby-thread-safe))) (synopsis "Converts AsciiDoc documents into HTML5 presentations designed to be executed by the reveal.js presentation framework.")