Merge pull request #229896 from ulrikstrid/ulrikstrid--fix-hacl-star-raw
ocamlPackages.hacl-star-raw: fix build
This commit is contained in:
commit
e9075162eb
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue