diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-11-30 13:17:36 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-11-30 13:17:36 +0100 |
commit | 5a6d0b5193d4ff7a3392ff287c149aa3e8beeb10 (patch) | |
tree | e0ceb19d979ab62fc14c7c92a893911447a34669 /gnu/local.mk | |
parent | f0ee77a17ea328e9909570bc72ab1f6bae363dab (diff) | |
download | guix-5a6d0b5193d4ff7a3392ff287c149aa3e8beeb10.tar.gz |
gnu: Remove unused patch.
This a followup to 9b714ec75ee74d9f5464a8a08144f27eae817cd9. * gnu/packages/patches/sbcl-fix-build-on-arm64-with-clisp-as-host.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
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 9443dd617a..379e600b06 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1839,7 +1839,6 @@ dist_patch_DATA = \ %D%/packages/patches/sbcl-aserve-fix-rfe12668.patch \ %D%/packages/patches/sbcl-burgled-batteries3-fix-signals.patch \ %D%/packages/patches/sbcl-clml-fix-types.patch \ - %D%/packages/patches/sbcl-fix-build-on-arm64-with-clisp-as-host.patch \ %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch \ %D%/packages/patches/scalapack-gcc-10-compilation.patch \ %D%/packages/patches/scheme48-tests.patch \ |