gnu: emacs-nodejs-repl: Build with node-lts.
* gnu/packages/emacs-xyz.scm (emacs-nodejs-repl)[inputs]: Replace node by node-lts.master
parent
f963ac4f63
commit
6668e3a9ad
|
@ -12834,7 +12834,7 @@ an Emacs buffer.")
|
|||
"0a5mmg3cmdi73giblp07ksl06xzl9nb2m3f96ny4r3rv0ar3v1bx"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
(list node))
|
||||
(list node-lts))
|
||||
(native-inputs
|
||||
(list emacs-ert-expectations))
|
||||
(arguments
|
||||
|
|
Reference in New Issue