guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0f56a5d6b8584db9d54dcfc662db9129dba211f5
Author: gemmaro <[email protected]>
AuthorDate: Mon Jun 22 09:14:14 2026 +0900
gnu: ruby-temple: Use minimal version of Tilt.
* gnu/packages/ruby-xyz.scm (ruby-temple)[native-inputs]:
Replace ruby-tilt by ruby-tilt/minimal.
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/ruby-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 8e6826a62c..d64b2cb923 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -4629,7 +4629,7 @@ localization.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "rspec")))))))
- (native-inputs (list ruby-bacon ruby-erubi ruby-rspec ruby-tilt))
+ (native-inputs (list ruby-bacon ruby-erubi ruby-rspec ruby-tilt/minimal))
(synopsis "Template compilation framework in Ruby")
(description "Temple is an abstraction and framework for compiling
templates to pure Ruby.")