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
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +1 -1
@@ 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")