summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-02-27 09:42:08 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-02-28 21:24:26 +0100
commit5c274c6c051bea303c2d8165a1f581644f00f650 (patch)
treefb6ba3ecde02a8d2c39be0ea717d4ac637b17f41 /pkgs/development/ocaml-modules/janestreet
parent9095ca22bcf9049c62d8fba941a096a34decafb9 (diff)
downloadnixpkgs-5c274c6c051bea303c2d8165a1f581644f00f650.tar
nixpkgs-5c274c6c051bea303c2d8165a1f581644f00f650.tar.gz
nixpkgs-5c274c6c051bea303c2d8165a1f581644f00f650.tar.bz2
nixpkgs-5c274c6c051bea303c2d8165a1f581644f00f650.tar.lz
nixpkgs-5c274c6c051bea303c2d8165a1f581644f00f650.tar.xz
nixpkgs-5c274c6c051bea303c2d8165a1f581644f00f650.tar.zst
nixpkgs-5c274c6c051bea303c2d8165a1f581644f00f650.zip
ocamlPackages.core_profiler: remove at 0.11.0
This package is broken with glibc ≥ 2.28
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/default.nix b/pkgs/development/ocaml-modules/janestreet/default.nix
index d3aaed01243..ff93d65357a 100644
--- a/pkgs/development/ocaml-modules/janestreet/default.nix
+++ b/pkgs/development/ocaml-modules/janestreet/default.nix
@@ -515,13 +515,6 @@ rec {
     meta.description = "Micro-benchmarking library for OCaml";
   };
 
-  core_profiler = janePackage {
-    pname = "core_profiler";
-    hash = "1kaaw3jp3qarbd9rgpjfb9md0dqblf2bxiqb245sqmx4c1346v1c";
-    propagatedBuildInputs = [ core_extended ];
-    meta.description = "Profiling library";
-  };
-
   csvfields = janePackage {
     pname = "csvfields";
     hash = "10zw4fjlniivfdzzz79lnbvcjnhk5y16m1p8mn4xbs23n6mbix0f";