ocamlPackages.ppx_driver: remove at 113.33.03
This commit is contained in:
parent
07ad2970a5
commit
649059d42b
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1053,11 +1053,6 @@ let
|
|||||||
then janeStreet.ppx_optcomp
|
then janeStreet.ppx_optcomp
|
||||||
else callPackage ../development/ocaml-modules/janestreet/ppx-optcomp.nix {};
|
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 =
|
ppx_type_conv =
|
||||||
if lib.versionOlder "4.03" ocaml.version
|
if lib.versionOlder "4.03" ocaml.version
|
||||||
then janeStreet.ppx_type_conv
|
then janeStreet.ppx_type_conv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user