Skip to content

Commit

Permalink
re-fix hacl-star
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Oct 26, 2023
1 parent 01adc19 commit 4d9951c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,12 @@ with oself;
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ];
});

hacl-star = osuper.hacl-star.overrideAttrs (_: {
postPatch = ''
substituteInPlace ./dune --replace "libraries " "libraries ctypes.stubs "
'';
});

hack_parallel = osuper.hack_parallel.override { sqlite = sqlite-oc; };

h2 = callPackage ./h2 { };
Expand Down

0 comments on commit 4d9951c

Please sign in to comment.