ber_metaocaml: fix install order.

Indeed, all standard modules with compiler-libs are not included (
eg. Optcompile).

closes #77680
This commit is contained in:
Damien Bihel 2020-01-14 15:16:06 +01:00 committed by Austin Seipp
parent eb09e82120
commit 9f64b84739

View File

@ -50,10 +50,10 @@ stdenv.mkDerivation rec {
buildPhase = ''
make world
make -i install
make bootstrap
make opt.opt
make -i install
make installopt
mkdir -p $out/include
ln -sv $out/lib/ocaml/caml $out/include/caml