mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ocamlPackages.ppx_cstubs: use default version of ppxlib
This commit is contained in:
parent
8c289036b6
commit
cc29da0bc3
@ -15,6 +15,8 @@ buildDunePackage rec {
|
||||
pname = "ppx_cstubs";
|
||||
version = "0.6.1.2";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
@ -1152,9 +1152,7 @@ let
|
||||
|
||||
ppx_cstruct = callPackage ../development/ocaml-modules/cstruct/ppx.nix { };
|
||||
|
||||
ppx_cstubs = callPackage ../development/ocaml-modules/ppx_cstubs {
|
||||
ppxlib = ppxlib.override { version = "0.22.0"; };
|
||||
};
|
||||
ppx_cstubs = callPackage ../development/ocaml-modules/ppx_cstubs { };
|
||||
|
||||
ppx_derivers = callPackage ../development/ocaml-modules/ppx_derivers {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user