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

(cherry picked from commit 2a39e05)
  • Loading branch information
vbgl authored and github-actions[bot] committed Nov 29, 2023
1 parent ab2ab0e commit 232e194
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 232e194

Please sign in to comment.