ocamlPackages.ppx_bitstring: use default ppxlib version
This commit is contained in:
parent
87843991ef
commit
592d84b591
1 changed files with 1 additions and 3 deletions
|
@ -1058,9 +1058,7 @@ let
|
||||||
|
|
||||||
ppx_bap = callPackage ../development/ocaml-modules/ppx_bap { };
|
ppx_bap = callPackage ../development/ocaml-modules/ppx_bap { };
|
||||||
|
|
||||||
ppx_bitstring = callPackage ../development/ocaml-modules/bitstring/ppx.nix {
|
ppx_bitstring = callPackage ../development/ocaml-modules/bitstring/ppx.nix { };
|
||||||
ppxlib = ppxlib.override { version = "0.22.0"; };
|
|
||||||
};
|
|
||||||
|
|
||||||
ppxfind = callPackage ../development/ocaml-modules/ppxfind { };
|
ppxfind = callPackage ../development/ocaml-modules/ppxfind { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue