gnu: ruby-execjs: Use node-lts instead of node.

* gnu/packages/ruby.scm (ruby-execjs)[native-inputs]: Replace node by
node-lts.

Change-Id: If7ff42d9865d79c23560fb190db4fdce9ecc621c
This commit is contained in:
Jelle Licht 2024-11-03 13:04:04 +01:00
parent 10796c9706
commit 3602ccfcd3
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -3132,7 +3132,7 @@ support.")
;; PASSED: test:node
;; SKIPPED: test:duktape, ;; test:javascriptcore, test:jscript,
;; test:miniracer, test:rubyracer, ;; test:rubyrhino, test:v8
node))
node-lts))
(synopsis "Run JavaScript code from Ruby")
(description
"ExecJS lets you run JavaScript code from Ruby. It automatically picks a