ocamlPackages.eliom: no dependency on ocamlnet

This commit is contained in:
Vincent Laporte 2024-01-15 06:30:58 +01:00
parent 3e52ebf607
commit f65b45ecf8
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -12,7 +12,6 @@
, js_of_ocaml-lwt
, js_of_ocaml-tyxml
, lwt_ppx
, ocamlnet
, ocsipersist
}:
@ -33,7 +32,6 @@ buildDunePackage rec {
buildInputs = [
js_of_ocaml-ocamlbuild
js_of_ocaml-ppx_deriving_json
ocamlnet
ppx_optcomp
];