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