From 07ad2970a544b72fa02fd51d423ffc279ba61b11 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 13 Oct 2020 07:56:00 +0200 Subject: [PATCH] ocamlPackages.ppx_core: remove at 113.33.03 --- .../ocaml-modules/janestreet/ppx-core.nix | 14 -------------- pkgs/top-level/ocaml-packages.nix | 5 ----- 2 files changed, 19 deletions(-) delete mode 100644 pkgs/development/ocaml-modules/janestreet/ppx-core.nix diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-core.nix b/pkgs/development/ocaml-modules/janestreet/ppx-core.nix deleted file mode 100644 index c5789ee9cfb4..000000000000 --- a/pkgs/development/ocaml-modules/janestreet/ppx-core.nix +++ /dev/null @@ -1,14 +0,0 @@ -{stdenv, buildOcamlJane, ppx_tools}: - -buildOcamlJane { - name = "ppx_core"; - hash = "0df7vyai488lfkyh8szw2hvn22jsyrkfvq1b91j1s0g0y27nnfax"; - propagatedBuildInputs = - [ ppx_tools ]; - - meta = with stdenv.lib; { - description = "PPX standard library"; - maintainers = [ maintainers.maurer ]; - license = licenses.asl20; - }; -} diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix index 6af78e8f30d4..e2818212ff6c 100644 --- a/pkgs/top-level/ocaml-packages.nix +++ b/pkgs/top-level/ocaml-packages.nix @@ -1048,11 +1048,6 @@ let buildOcamlJane = callPackage ../development/ocaml-modules/janestreet/buildOcamlJane.nix {}; - ppx_core = - if lib.versionOlder "4.03" ocaml.version - then janeStreet.ppx_core - else callPackage ../development/ocaml-modules/janestreet/ppx-core.nix {}; - ppx_optcomp = if lib.versionOlder "4.03" ocaml.version then janeStreet.ppx_optcomp