mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: js-of-ocaml: Use node-lts instead of node.
* gnu/packages/ocaml.scm (js-of-ocaml)[native-inputs]: Replace node by node-lts. Change-Id: Ie7dd4dc25bac75a41d1510df9ecf6cc2c4a2c5a7
This commit is contained in:
@@ -9081,7 +9081,7 @@ libraries.")
|
||||
ocaml-yojson))
|
||||
(native-inputs
|
||||
;; for tests
|
||||
(list node ocaml-ppx-expect ocaml-num))
|
||||
(list node-lts ocaml-ppx-expect ocaml-num))
|
||||
(properties `((upstream-name . "js_of_ocaml")))
|
||||
(home-page "https://ocsigen.org/js_of_ocaml/")
|
||||
(synopsis "Compiler from OCaml bytecode to Javascript")
|
||||
|
||||
Reference in New Issue
Block a user