ocamlPackages.bap: use LLVM 14

This fixes build after https://github.com/NixOS/nixpkgs/pull/241692
This commit is contained in:
Vincent Laporte
2023-11-29 06:18:32 +01:00
committed by Vincent Laporte
parent d11eed4048
commit c4ffc83975
+1 -1
View File
@@ -806,7 +806,7 @@ let
lwt_ppx = self.lwt_ppx.override { inherit ppxlib; };
sedlex = self.sedlex.override { inherit ppxlib ppx_expect; };
in callPackage ../development/ocaml-modules/bap {
inherit (pkgs.llvmPackages) llvm;
inherit (pkgs.llvmPackages_14) llvm;
ezjsonm = self.ezjsonm.override { inherit sexplib0; };
ppx_bitstring = self.ppx_bitstring.override { inherit ppxlib; };
ocurl = self.ocurl.override { inherit lwt_ppx; };