diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-06-22 09:14:14 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-22 12:03:50 +0200 |
| commit | 0f56a5d6b8584db9d54dcfc662db9129dba211f5 (patch) | |
| tree | a6a175d319fd33a401e23afd82eaab086237819a /gnu | |
| parent | b51f9b497dd0c45ffc4009e073bdb4ad8ea6b888 (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.scm | 2 |
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 |
| 4635 | templates to pure Ruby.") | 4635 | templates to pure Ruby.") |
