diff options
author | Jelle Licht <jlicht@fsfe.org> | 2024-11-03 13:03:59 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2024-12-18 22:02:20 +0100 |
commit | d43b1742bb9512400ae9a832541f4a018e409e34 (patch) | |
tree | 945cb5551e177d06ca376ddf1d7840142a22dbe1 /gnu | |
parent | 98fe436c5700aa4d227760b9aee5f68231c32657 (diff) | |
download | guix-d43b1742bb9512400ae9a832541f4a018e409e34.tar.gz guix-d43b1742bb9512400ae9a832541f4a018e409e34.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 7557aefe7d..e3950b74a6 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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") |