ocamlPackages.ppx_core: remove at 113.33.03

This commit is contained in:
Vincent Laporte 2020-10-13 07:56:00 +02:00 committed by Vincent Laporte
parent bdbcfb4360
commit 07ad2970a5
2 changed files with 0 additions and 19 deletions

View File

@ -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;
};
}

View File

@ -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