diff options
author | Jelle Licht <jlicht@fsfe.org> | 2024-11-03 13:03:58 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2024-12-18 22:02:20 +0100 |
commit | 98fe436c5700aa4d227760b9aee5f68231c32657 (patch) | |
tree | de759a8d161489718f142b56d917e8c7e6376add /gnu | |
parent | 1b563f173371e31b698b84029f3bc3c5eaf0f11a (diff) | |
download | guix-98fe436c5700aa4d227760b9aee5f68231c32657.tar.gz guix-98fe436c5700aa4d227760b9aee5f68231c32657.zip |
gnu: ocaml-ezjsonm: Use node-lts instead of node.
* gnu/packages/ocaml.scm (ocaml-ezjsonm)[native-inputs]: Replace node by
node-lts.
Change-Id: Icb79d2ac8cfa424a55e9b5985b8f4dacae7a9f37
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 73267d32c3..7557aefe7d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5061,7 +5061,7 @@ writing to these structures, and they are accessed via the Bigarray module.") (build-system dune-build-system) (arguments `(#:package "ezjsonm")) - (native-inputs (list ocaml-alcotest js-of-ocaml node)) + (native-inputs (list ocaml-alcotest js-of-ocaml node-lts)) (propagated-inputs (list ocaml-jsonm ocaml-uutf ocaml-sexplib0 ocaml-hex)) (home-page "https://github.com/mirage/ezjsonm/") (synopsis "Read and write JSON data") |