ocamlPackages.ppx_bitstring: use default ppxlib version
This commit is contained in:
committed by
Vincent Laporte
parent
87843991ef
commit
592d84b591
@@ -1058,9 +1058,7 @@ let
|
||||
|
||||
ppx_bap = callPackage ../development/ocaml-modules/ppx_bap { };
|
||||
|
||||
ppx_bitstring = callPackage ../development/ocaml-modules/bitstring/ppx.nix {
|
||||
ppxlib = ppxlib.override { version = "0.22.0"; };
|
||||
};
|
||||
ppx_bitstring = callPackage ../development/ocaml-modules/bitstring/ppx.nix { };
|
||||
|
||||
ppxfind = callPackage ../development/ocaml-modules/ppxfind { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user