From 5c274c6c051bea303c2d8165a1f581644f00f650 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 27 Feb 2020 09:42:08 +0100 Subject: [PATCH] ocamlPackages.core_profiler: remove at 0.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This package is broken with glibc ≥ 2.28 --- pkgs/development/ocaml-modules/janestreet/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/ocaml-modules/janestreet/default.nix b/pkgs/development/ocaml-modules/janestreet/default.nix index d3aaed012431..ff93d65357a8 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";