forked from mirrors/nixpkgs
ber_metaocaml: fix install order.
Indeed, all standard modules with compiler-libs are not included ( eg. Optcompile). closes #77680
This commit is contained in:
parent
eb09e82120
commit
9f64b84739
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue