diff options
author | Andre A. Gomes <andremegafone@gmail.com> | 2023-08-29 16:48:10 +0300 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-09-04 10:21:12 +0200 |
commit | 2f545cbaf5fa2b7940d4fe0814ff1fc9c7213501 (patch) | |
tree | b47e7224047ff84482b83c174eb5b5dd28f33c7c /gnu/local.mk | |
parent | 047a0c31f9daec1d82053a5c25ec34f708ea3b7b (diff) |
gnu: sbcl: Update to 2.3.8.
* gnu/packages/lisp.scm (sbcl): Update to 2.3.8.
[source]: Remove 'patches' field.
* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: Remove
file.
* gnu/packages/local.mk (dist-patch_DATA): Unregister it.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f0a59f1658..728b5f5685 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1933,7 +1933,6 @@ dist_patch_DATA = \ %D%/packages/patches/sbcl-clml-fix-types.patch \ %D%/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch \ %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch \ - %D%/packages/patches/sbcl-riscv-Make-contribs-build-again.patch \ %D%/packages/patches/scalapack-gcc-10-compilation.patch \ %D%/packages/patches/scheme48-tests.patch \ %D%/packages/patches/scons-test-environment.patch \ |