guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4ad12ba595ee419f8cb11f8af5bcf85d3e45e076
Author: gemmaro <[email protected]>
AuthorDate: Mon Jun 22 09:14:43 2026 +0900
gnu: ruby-tilt: Enable optional tests for Haml and Slim.
* gnu/packages/ruby-xyz.scm (ruby-tilt)[native-inputs]:
Add ruby-haml and ruby-slim.
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/ruby-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 9944f089cb..fd50376ad8 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -6982,9 +6982,6 @@ intended for use with event loops such as async.")
(lambda _
(setenv "SASS_IMPLEMENTATION" "sassc"))))))
(native-inputs
- ;; Optional test dependencies which causes dependency cycles:
- ;; - ruby-haml: tilt -> ruby-haml -> tilt
- ;; - ruby-slim: tilt -> ruby-sinatra -> ruby-slim -> tilt
;; Missing optional dependencies:
;; - babel/transpiler by tilt/babel
;; - coffee_script by tilt/coffee
@@ -6995,6 +6992,7 @@ intended for use with event loops such as async.")
(list ruby-asciidoctor/minimal
ruby-builder
ruby-erubi
+ ruby-haml
ruby-kramdown
ruby-liquid
ruby-markaby
@@ -7005,6 +7003,7 @@ intended for use with event loops such as async.")
ruby-redcarpet
ruby-redcloth
ruby-sass
+ ruby-slim
ruby-yajl-ruby))
(synopsis "Generic interface to multiple Ruby template engines")
(description