mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
clisp bootstrap is very slow and clisp doesn't compile on arm
now it is possible to also bootstrap using ccl:
sbclBootstrapHost = "${ccl}/bin/${ccl.CCL_RUNTIME} -b -n";
or alternatively using clisp
sbclBootstrapHost = "${clisp}/bin/clisp -norc";