mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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 = ''
|
buildPhase = ''
|
||||||
make world
|
make world
|
||||||
make -i install
|
|
||||||
|
|
||||||
make bootstrap
|
make bootstrap
|
||||||
make opt.opt
|
make opt.opt
|
||||||
|
make -i install
|
||||||
make installopt
|
make installopt
|
||||||
mkdir -p $out/include
|
mkdir -p $out/include
|
||||||
ln -sv $out/lib/ocaml/caml $out/include/caml
|
ln -sv $out/lib/ocaml/caml $out/include/caml
|
||||||
|
Loading…
Reference in New Issue
Block a user