mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
ocamlPackages.ppx_core: remove at 113.33.03
This commit is contained in:
parent
bdbcfb4360
commit
07ad2970a5
@ -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;
|
||||
};
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user