camlp4: fix build with spacetime
This commit is contained in:
parent
bddabe58fe
commit
3ede620042
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ stdenv.mkDerivation rec {
|
||||||
dontAddPrefix = true;
|
dontAddPrefix = true;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
# increase stack space for spacetime variant of the compiler
|
||||||
|
# https://github.com/ocaml/ocaml/issues/7435
|
||||||
|
# but disallowed by darwin sandbox
|
||||||
|
ulimit -s unlimited || true
|
||||||
|
|
||||||
configureFlagsArray=(
|
configureFlagsArray=(
|
||||||
--bindir=$out/bin
|
--bindir=$out/bin
|
||||||
--libdir=$out/lib/ocaml/${ocaml.version}/site-lib
|
--libdir=$out/lib/ocaml/${ocaml.version}/site-lib
|
||||||
|
|
Loading…
Reference in a new issue