mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-autoprefixer-rails: Use node-lts instead of node.
* gnu/packages/rails.scm (ruby-autoprefixer-rails)[native-inputs]: Replace node by node-lts. Change-Id: Iea7fc9001cb12eecb1257a9a0f83851bd8bc36fd
This commit is contained in:
parent
db3ea50181
commit
10796c9706
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ API.")
|
||||||
ruby-sprockets
|
ruby-sprockets
|
||||||
ruby-standard
|
ruby-standard
|
||||||
;; This is used at runtime by ruby-execjs.
|
;; This is used at runtime by ruby-execjs.
|
||||||
node))
|
node-lts))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ruby-execjs))
|
(list ruby-execjs))
|
||||||
(synopsis "Parse CSS and add vendor prefixes to CSS rules")
|
(synopsis "Parse CSS and add vendor prefixes to CSS rules")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue