mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Adopt fix from ewemoa to give more memory to acl2 build
This commit is contained in:
parent
d22a3b8d0e
commit
18ca33ee7c
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ rec {
|
|||
doDeploy = (a.simplyShare installSuffix);
|
||||
doBuild = a.fullDepEntry (''
|
||||
cd $out/share/${installSuffix}
|
||||
make LISP=${a.sbcl}/bin/sbcl
|
||||
make LISP=${a.sbcl}/bin/sbcl regression
|
||||
make LISP='${a.sbcl}/bin/sbcl --dynamic-space-size 2000'
|
||||
make LISP='${a.sbcl}/bin/sbcl --dynamic-space-size 2000' regression
|
||||
mkdir -p "$out/bin"
|
||||
cp saved_acl2 "$out/bin/acl2"
|
||||
'') ["doDeploy" "addInputs" "defEnsureDir"];
|
||||
|
|
Loading…
Reference in a new issue