mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-tilt: Add pandoc, sassc support.
* gnu/packages/ruby.scm (ruby-guard)[native-inputs]: Move ruby-sassc from here... [propagated-inputs]: ...to here. Add ruby-pandoc-ruby.
This commit is contained in:
parent
c3f15f541a
commit
cfa4a318ea
1 changed files with 4 additions and 2 deletions
|
@ -4752,13 +4752,15 @@ define executable specifications of your code.")
|
||||||
;; the Gemfile instead.
|
;; the Gemfile instead.
|
||||||
(("group :secondary") "[].each"))
|
(("group :secondary") "[].each"))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("ruby-pandoc-ruby" ,ruby-pandoc-ruby)
|
||||||
|
("ruby-sassc" ,ruby-sassc)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bundler" ,bundler)
|
`(("bundler" ,bundler)
|
||||||
("ruby-yard" ,ruby-yard)
|
("ruby-yard" ,ruby-yard)
|
||||||
("ruby-builder" ,ruby-builder)
|
("ruby-builder" ,ruby-builder)
|
||||||
("ruby-erubis" ,ruby-erubis)
|
("ruby-erubis" ,ruby-erubis)
|
||||||
("ruby-markaby" ,ruby-markaby)
|
("ruby-markaby" ,ruby-markaby)))
|
||||||
("ruby-sassc" ,ruby-sassc)))
|
|
||||||
(synopsis "Generic interface to multiple Ruby template engines")
|
(synopsis "Generic interface to multiple Ruby template engines")
|
||||||
(description
|
(description
|
||||||
"Tilt is a thin interface over a number of different Ruby template
|
"Tilt is a thin interface over a number of different Ruby template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue