diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-24 00:07:32 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-24 00:07:32 +0200 |
commit | 66e3adcad8cb07962d75e89d562057ded9946348 (patch) | |
tree | ff863116793a8561c1a904db833edda1a3e7ff6f /gnu/local.mk | |
parent | 6c7fcc71d170f71db907c3c456266d0e8a1448aa (diff) | |
download | guix-66e3adcad8cb07962d75e89d562057ded9946348.tar.gz guix-66e3adcad8cb07962d75e89d562057ded9946348.zip |
gnu: Remove unused patch.
This is a follow-up to commit fce910af555b72d02ba868885571b2fdc38b2d5f.
* gnu/packages/patches/postgresql-riscv-spinlocks.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
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 4e19b64f6e..f8ccbd34ec 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1646,7 +1646,6 @@ dist_patch_DATA = \ %D%/packages/patches/portaudio-audacity-compat.patch \ %D%/packages/patches/portmidi-modular-build.patch \ %D%/packages/patches/postgresql-disable-resolve_symlinks.patch \ - %D%/packages/patches/postgresql-riscv-spinlocks.patch \ %D%/packages/patches/procmail-ambiguous-getline-debian.patch \ %D%/packages/patches/procmail-CVE-2014-3618.patch \ %D%/packages/patches/procmail-CVE-2017-16844.patch \ |