ocamlPackages.twt: fix build

This commit is contained in:
Vincent Laporte 2021-09-28 21:53:23 +02:00 committed by Vincent Laporte
parent bc6a0a6a3b
commit a4b0e3042b

View File

@ -10,10 +10,9 @@ stdenv.mkDerivation {
buildInputs = [ ocaml findlib ];
createFindlibDestdir = true;
configurePhase = ''
mkdir $out/bin
preInstall = ''
mkdir -p $out/bin
mkdir -p $OCAMLFIND_DESTDIR
'';
dontBuild = true;