summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2026-06-22 09:14:14 +0900
committerAndreas Enge <andreas@enge.fr>2026-06-22 12:03:50 +0200
commit0f56a5d6b8584db9d54dcfc662db9129dba211f5 (patch)
treea6a175d319fd33a401e23afd82eaab086237819a /gnu
parentb51f9b497dd0c45ffc4009e073bdb4ad8ea6b888 (diff)
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 <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ruby-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 8e6826a62ca..d64b2cb9230 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -4629,7 +4629,7 @@ localization.")
4629 (lambda* (#:key tests? #:allow-other-keys) 4629 (lambda* (#:key tests? #:allow-other-keys)
4630 (when tests? 4630 (when tests?
4631 (invoke "rspec"))))))) 4631 (invoke "rspec")))))))
4632 (native-inputs (list ruby-bacon ruby-erubi ruby-rspec ruby-tilt)) 4632 (native-inputs (list ruby-bacon ruby-erubi ruby-rspec ruby-tilt/minimal))
4633 (synopsis "Template compilation framework in Ruby") 4633 (synopsis "Template compilation framework in Ruby")
4634 (description "Temple is an abstraction and framework for compiling 4634 (description "Temple is an abstraction and framework for compiling
4635templates to pure Ruby.") 4635templates to pure Ruby.")