ocamlPackages.ppx_bitstring: use default ppxlib version

This commit is contained in:
Vincent Laporte
2021-11-11 11:44:03 +01:00
committed by Vincent Laporte
parent 87843991ef
commit 592d84b591
+1 -3
View File
@@ -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 { };