mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
10796c9706
commit
3602ccfcd3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue