asciidotor and kroki : outdated and not compiling

This commit is contained in:
Yann Dupont 2025-06-23 16:41:05 +02:00
parent 20e33f4412
commit 9dffb013a4

View file

@ -167,41 +167,41 @@
(home-page "https://sourceforge.net/untested")
(license license:gpl2+) ))
(define-public ruby-asciidoctor-revealjs
(package
(name "ruby-asciidoctor-revealjs")
(version "4.1.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "asciidoctor-revealjs" version))
(sha256
(base32
"03vmbcc3x059h17ry4qwk1p0yar9wgh87l2qssi307gy45cjw2mq"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f))
(propagated-inputs `(("ruby-asciidoctor" ,ruby-asciidoctor)
("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.")
(description "Converts AsciiDoc documents into HTML5 presentations designed to be executed by the reveal.js presentation framework.")
(home-page "https://github.com/asciidoctor/asciidoctor-reveal.js")
(license license:expat)))
;(define-public ruby-asciidoctor-revealjs
; (package
; (name "ruby-asciidoctor-revealjs")
; (version "4.1.0")
; (source (origin
; (method url-fetch)
; (uri (rubygems-uri "asciidoctor-revealjs" version))
; (sha256
; (base32
; "03vmbcc3x059h17ry4qwk1p0yar9wgh87l2qssi307gy45cjw2mq"))))
; (build-system ruby-build-system)
; (arguments
; '(#:tests? #f))
; (propagated-inputs `(("ruby-asciidoctor" ,ruby-asciidoctor)
; ("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.")
; (description "Converts AsciiDoc documents into HTML5 presentations designed to be executed by the reveal.js presentation framework.")
; (home-page "https://github.com/asciidoctor/asciidoctor-reveal.js")
; (license license:expat)))
(define-public ruby-asciidoctor-kroki
(package
(name "ruby-asciidoctor-kroki")
(version "0.4.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "asciidoctor-kroki" version))
(sha256 (base32 "13gx22xld4rbxxirnsxyrsajy9v666r8a4ngms71611af5afgk6w"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f))
(propagated-inputs `(("ruby-asciidoctor" ,ruby-asciidoctor)))
(synopsis "An extension for Asciidoctor to convert diagrams to images using https://kroki.io")
(description "An extension for Asciidoctor to convert diagrams to images using https://kroki.io")
(home-page "https://github.com/Mogztter/asciidoctor-kroki")
(license license:expat)))
;(define-public ruby-asciidoctor-kroki
; (package
; (name "ruby-asciidoctor-kroki")
; (version "0.4.0")
; (source (origin
; (method url-fetch)
; (uri (rubygems-uri "asciidoctor-kroki" version))
; (sha256 (base32 "13gx22xld4rbxxirnsxyrsajy9v666r8a4ngms71611af5afgk6w"))))
; (build-system ruby-build-system)
; (arguments
; '(#:tests? #f))
; (propagated-inputs `(("ruby-asciidoctor" ,ruby-asciidoctor)))
; (synopsis "An extension for Asciidoctor to convert diagrams to images using https://kroki.io")
; (description "An extension for Asciidoctor to convert diagrams to images using https://kroki.io")
; (home-page "https://github.com/Mogztter/asciidoctor-kroki")
; (license license:expat)))