This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d615a35288 gnu: ruby-asciidoctor: Correct inputs.
d615a35288 is described below
commit d615a3528847828e729bf37d637e59c85203f620
Author: gemmaro <[email protected]>
AuthorDate: Sun Jul 26 05:19:41 2026 +0000
gnu: ruby-asciidoctor: Correct inputs.
* gnu/packages/ruby-xyz.scm (ruby-asciidoctor)[native-inputs]:
Remove ruby-cucumber, ruby-rspec-expectations, and ruby-simplecov;
add ruby-concurrent-ruby.
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/ruby-xyz.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 4f66999e7a..0ef620792e 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -1211,15 +1211,13 @@ syntax to the minimum while remaining clear.")
(native-inputs
(list ruby-asciimath
ruby-coderay
- ruby-cucumber
+ ruby-concurrent-ruby
ruby-erubi
ruby-haml
ruby-minitest
ruby-nokogiri
ruby-open-uri-cached
ruby-rouge
- ruby-rspec-expectations
- ruby-simplecov
ruby-slim
ruby-tilt))
(synopsis "Converter from AsciiDoc content to other formats")