mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
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
This commit is contained in:
parent
1b563f1733
commit
98fe436c57
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue