1
0
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:
Jelle Licht
2024-11-03 13:03:59 +01:00
parent 98fe436c57
commit d43b1742bb
+1 -1
View File
@@ -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")