about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-03-19 13:41:15 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-03-26 15:41:13 +0100
commit3e1f1876132ebe3f54f6ea55917fa8ae6812da34 (patch)
tree42a04b68185be375f172186aeb2e02a1bf69688b /pkgs/top-level/ocaml-packages.nix
parente26ee0aa917fc6e4ea6a198dec6e188606155857 (diff)
downloadnixlib-3e1f1876132ebe3f54f6ea55917fa8ae6812da34.tar
nixlib-3e1f1876132ebe3f54f6ea55917fa8ae6812da34.tar.gz
nixlib-3e1f1876132ebe3f54f6ea55917fa8ae6812da34.tar.bz2
nixlib-3e1f1876132ebe3f54f6ea55917fa8ae6812da34.tar.lz
nixlib-3e1f1876132ebe3f54f6ea55917fa8ae6812da34.tar.xz
nixlib-3e1f1876132ebe3f54f6ea55917fa8ae6812da34.tar.zst
nixlib-3e1f1876132ebe3f54f6ea55917fa8ae6812da34.zip
ocamlPackages.ocaml_data_notation: remove at 0.0.11 (broken)
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 5c45168524f7..b42ddf047e26 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -886,8 +886,6 @@ let
 
     ocaml_cryptgps = callPackage ../development/ocaml-modules/cryptgps { };
 
-    ocaml_data_notation = callPackage ../development/ocaml-modules/odn { };
-
     ocaml_expat =
     if lib.versionAtLeast ocaml.version "4.02"
     then callPackage ../development/ocaml-modules/expat { }