Skip to content

Commit

Permalink
fix ocamlPackages.bap to llvm_11.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Nov 20, 2023
1 parent 4f9f300 commit d6715dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overlay.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
let
overlay = final: prev:
{
ocamlPackages = prev.ocamlPackages.overrideScope' (ofinal: oprev:
{
bap = oprev.bap.override { llvm = final.llvm_11; };
});

asli = (prev.callPackage ./asli.nix {})
# .overrideAttrs { src = prev.lib.cleanSource ~/progs/aslp; }
;
Expand Down

0 comments on commit d6715dc

Please sign in to comment.