From fbd942993f1e5d1215749f51a7ef42fd7948583b Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 18 Oct 2022 12:52:24 +0200 Subject: [PATCH] ocamlPackages.herelib: remove at 112.35.00 --- .../ocaml-modules/herelib/default.nix | 26 ------------------- pkgs/top-level/ocaml-packages.nix | 2 -- 2 files changed, 28 deletions(-) delete mode 100644 pkgs/development/ocaml-modules/herelib/default.nix diff --git a/pkgs/development/ocaml-modules/herelib/default.nix b/pkgs/development/ocaml-modules/herelib/default.nix deleted file mode 100644 index f9267ede60ae..000000000000 --- a/pkgs/development/ocaml-modules/herelib/default.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ lib, buildOcaml, fetchFromGitHub, camlp4 }: - -buildOcaml rec { - version = "112.35.00"; - pname = "herelib"; - - minimumSupportedOcamlVersion = "4.00"; - - src = fetchFromGitHub { - owner = "janestreet"; - repo = "herelib"; - rev = version; - sha256 = "sha256-EuMhHu2na3lcpsJ1wMVOgBr6VKndlonq8jgAW01eelI="; - }; - - strictDeps = true; - - buildInputs = [ camlp4 ]; - - meta = with lib; { - homepage = "https://github.com/janestreet/herelib"; - description = "Syntax extension for inserting the current location"; - license = licenses.asl20; - maintainers = [ maintainers.ericbmerritt ]; - }; -} diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix index 6547130861c5..a0c449ffb5f8 100644 --- a/pkgs/top-level/ocaml-packages.nix +++ b/pkgs/top-level/ocaml-packages.nix @@ -531,8 +531,6 @@ let hashcons = callPackage ../development/ocaml-modules/hashcons { }; - herelib = callPackage ../development/ocaml-modules/herelib { }; - hidapi = callPackage ../development/ocaml-modules/hidapi { }; higlo = callPackage ../development/ocaml-modules/higlo { };