Skip to content

Commit

Permalink
ocamlPackages.bap: use LLVM 14
Browse files Browse the repository at this point in the history
This fixes build after #241692
  • Loading branch information
vbgl committed Nov 29, 2023
1 parent d11eed4 commit c4ffc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
Expand Down

0 comments on commit c4ffc83

Please sign in to comment.