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:
Jelle Licht 2024-11-03 13:04:03 +01:00
parent db3ea50181
commit 10796c9706
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -273,7 +273,7 @@ API.")
ruby-sprockets
ruby-standard
;; This is used at runtime by ruby-execjs.
node))
node-lts))
(propagated-inputs
(list ruby-execjs))
(synopsis "Parse CSS and add vendor prefixes to CSS rules")