summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-05-11 11:02:57 +0200
committerProfpatsch <mail@profpatsch.de>2017-05-30 20:50:36 +0200
commit1cff0701ef8c2674c5c30462c7d6068345886700 (patch)
treea162a2a9d5d3c7545e173c77fd653bd8f2fc9610 /pkgs/top-level/ocaml-packages.nix
parent1dac99b7c96cd130847ca95adee146c3087154fd (diff)
downloadnixlib-1cff0701ef8c2674c5c30462c7d6068345886700.tar
nixlib-1cff0701ef8c2674c5c30462c7d6068345886700.tar.gz
nixlib-1cff0701ef8c2674c5c30462c7d6068345886700.tar.bz2
nixlib-1cff0701ef8c2674c5c30462c7d6068345886700.tar.lz
nixlib-1cff0701ef8c2674c5c30462c7d6068345886700.tar.xz
nixlib-1cff0701ef8c2674c5c30462c7d6068345886700.tar.zst
nixlib-1cff0701ef8c2674c5c30462c7d6068345886700.zip
ocamlPackages: remove duplicated definitions
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index af0c31dc608c..b2012923adfe 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -48,8 +48,6 @@ let
 
     atdgen = callPackage ../development/ocaml-modules/atdgen { };
 
-    base = callPackage ../development/ocaml-modules/base { };
-
     base64 = callPackage ../development/ocaml-modules/base64 { };
 
     bap = callPackage ../development/ocaml-modules/bap { };
@@ -526,8 +524,6 @@ let
 
     sqlite3EZ = callPackage ../development/ocaml-modules/sqlite3EZ { };
 
-    stdio = callPackage ../development/ocaml-modules/stdio { };
-
     stog = callPackage ../applications/misc/stog { };
 
     stringext = callPackage ../development/ocaml-modules/stringext { };
@@ -596,10 +592,6 @@ let
 
     buildOcamlJane = callPackage ../development/ocaml-modules/janestreet/buildOcamlJane.nix {};
 
-    ocaml-compiler-libs = callPackage ../development/ocaml-modules/janestreet/ocaml-compiler-libs.nix {};
-
-    ppx_ast = callPackage ../development/ocaml-modules/janestreet/ppx_ast.nix {};
-
     ppx_core =
       if lib.versionOlder "4.03" ocaml.version
       then callPackage ../development/ocaml-modules/janestreet/ppx_core-113_33_01.nix {}
@@ -707,8 +699,6 @@ let
       then callPackage ../development/ocaml-modules/janestreet/ppx_jane-113_33_00.nix {}
       else callPackage ../development/ocaml-modules/janestreet/ppx-jane.nix {};
 
-    ppx_traverse_builtins = callPackage ../development/ocaml-modules/janestreet/ppx_traverse_builtins.nix {};
-
 
     # Core sublibs
     typerep =