python3Packages.bap: use OCaml 4.14

This commit is contained in:
Vincent Laporte 2024-01-10 06:36:20 +01:00 committed by Vincent Laporte
parent 8aa86b260c
commit 1856a4f1c8

View File

@ -1333,7 +1333,7 @@ self: super: with self; {
bangla = callPackage ../development/python-modules/bangla { };
bap = callPackage ../development/python-modules/bap {
inherit (pkgs.ocaml-ng.ocamlPackages) bap;
inherit (pkgs.ocaml-ng.ocamlPackages_4_14) bap;
};
barectf = callPackage ../development/python-modules/barectf { };