aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-07-12 20:07:34 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-07-12 21:37:09 +0300
commit40095549f4ee69b6c3314dc03ae4464c5f0b44f3 (patch)
tree8e63f5aefb9a92d73ddc5a80f7ca4ffdd4efe5dc /.mailmap
parentf0c8abe85787a0018c0adeb0bc4a6672d46686e4 (diff)
downloadguix-40095549f4ee69b6c3314dc03ae4464c5f0b44f3.tar.gz
guix-40095549f4ee69b6c3314dc03ae4464c5f0b44f3.zip
gnu: sbcl: Fix building on powerpc-linux.
* gnu/packages/lisp.scm (sbcl)[native-inputs]: Remove clisp, add ecl. [arguments]: In custom 'build phase replace 'clisp' with 'ecl' for powerpc-linux and adjust the dynamic-space-size to closer to the maximum RAM for the architecture.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions
Philip McGrath 2020-12-26gnu: gauche: Add slib support....* gnu/packages/scheme.scm (gauche)[inputs]: Add slib. [arguments]: Add configure-flag to find slib. Efraim Flashner 2020-12-26gnu: gauche: Update to 0.9.10....* gnu/packages/scheme.scm (gauche): Update to 0.9.10. [arguments]: Adjust file list in custom 'patch-/bin/sh phase. Remove 'patch-normalize-test phase. Adjust 'patch-network-tests phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Martin Becze