diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-28 11:34:37 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-28 11:37:02 +0200 |
commit | 1623e6023b9b2cd3dbcb663404067717ba6445f1 (patch) | |
tree | 938750654b7aa030f980e3bdf69d1bf1fe2f9c9d /gnu/local.mk | |
parent | 226ff4147abd53100664234888a286e4412815cd (diff) | |
download | guix-1623e6023b9b2cd3dbcb663404067717ba6445f1.tar.gz |
gnu: sbcl-burgled-batteries3: Fix compiling with sbcl >= 2.1.6.
* gnu/packages/patches/sbcl-burgled-batteries3-fix-signals.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d6286dfc48..d415b892e9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1741,6 +1741,7 @@ dist_patch_DATA = \ %D%/packages/patches/rust-reproducible-builds.patch \ %D%/packages/patches/rust-openssl-sys-no-vendor.patch \ %D%/packages/patches/sbc-fix-build-non-x86.patch \ + %D%/packages/patches/sbcl-burgled-batteries3-fix-signals.patch \ %D%/packages/patches/sbcl-clml-fix-types.patch \ %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch \ %D%/packages/patches/scalapack-blacs-mpi-deprecations.patch \ |