Merge branch 'devel' into 'main'

asciidotor and kroki : outdated and not compiling

See merge request glicid-public/guix-glicid!550
This commit is contained in:
Yann Dupont 2025-06-23 16:41:49 +02:00
commit d67fa0579f

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)))