Skip to content

Commit

Permalink
Merge pull request #229896 from ulrikstrid/ulrikstrid--fix-hacl-star-raw
Browse files Browse the repository at this point in the history
ocamlPackages.hacl-star-raw: fix build
  • Loading branch information
wegank authored May 4, 2023
2 parents df97b07 + 52801e3 commit e907516
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/ocaml-modules/hacl-star/raw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ stdenv.mkDerivation rec {
runHook postBuild
'';

preInstall = ''
mkdir $out
mkdir -p $OCAMLFIND_DESTDIR/stublibs
'';

installPhase = ''
runHook preInstall
echo $OCAMLFIND_DESTDIR
mkdir $out
mkdir -p $OCAMLFIND_DESTDIR/stublibs
make -C hacl-star-raw install
runHook postInstall
Expand Down

0 comments on commit e907516

Please sign in to comment.