about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-01-15 06:30:58 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2024-01-15 06:52:27 +0100
commitf65b45ecf8ba35fdd2f2e1c241c8c45df7ccf8ad (patch)
treec482c5dd225c1e7bfbe7e2498effd9eef64b54ec /pkgs/development/ocaml-modules
parent3e52ebf6078987515f0705d725cb9dbb0381e633 (diff)
downloadnixlib-f65b45ecf8ba35fdd2f2e1c241c8c45df7ccf8ad.tar
nixlib-f65b45ecf8ba35fdd2f2e1c241c8c45df7ccf8ad.tar.gz
nixlib-f65b45ecf8ba35fdd2f2e1c241c8c45df7ccf8ad.tar.bz2
nixlib-f65b45ecf8ba35fdd2f2e1c241c8c45df7ccf8ad.tar.lz
nixlib-f65b45ecf8ba35fdd2f2e1c241c8c45df7ccf8ad.tar.xz
nixlib-f65b45ecf8ba35fdd2f2e1c241c8c45df7ccf8ad.tar.zst
nixlib-f65b45ecf8ba35fdd2f2e1c241c8c45df7ccf8ad.zip
ocamlPackages.eliom: no dependency on ocamlnet
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/eliom/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/eliom/default.nix b/pkgs/development/ocaml-modules/eliom/default.nix
index fac5789dcdd1..d1c0462c4dca 100644
--- a/pkgs/development/ocaml-modules/eliom/default.nix
+++ b/pkgs/development/ocaml-modules/eliom/default.nix
@@ -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
   ];