ocamlPackages.ppx_driver: remove at 113.33.03

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

View file

@ -1,15 +0,0 @@
{stdenv, buildOcamlJane,
ppx_core, ppx_optcomp}:
buildOcamlJane {
name = "ppx_driver";
hash = "19cpfdn1n36vl5l9d6h7c61ffn0wmiipprn5by0354i5aywj8gpn";
propagatedBuildInputs =
[ ppx_core ppx_optcomp ];
meta = with stdenv.lib; {
description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;
};
}

View file

@ -1053,11 +1053,6 @@ let
then janeStreet.ppx_optcomp
else callPackage ../development/ocaml-modules/janestreet/ppx-optcomp.nix {};
ppx_driver =
if lib.versionOlder "4.03" ocaml.version
then janeStreet.ppx_driver
else callPackage ../development/ocaml-modules/janestreet/ppx-driver.nix {};
ppx_type_conv =
if lib.versionOlder "4.03" ocaml.version
then janeStreet.ppx_type_conv