diff options
author | Marius Bakke <marius@gnu.org> | 2021-10-12 19:24:50 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-10-12 21:49:44 +0200 |
commit | 702bc2b89939165a3dc61096c21bb8b670a94713 (patch) | |
tree | 6ae813331184ae026a0139e6f1aca951d08e81b5 /gnu/local.mk | |
parent | 0b5e128750ed40d4348f2eb49d328b81dba9181a (diff) |
gnu: QEMU: Remove obsolete patch.
* gnu/packages/virtualization.scm (qemu)[source](patches): Remove Sphinx
compatibility patch, which worked around a bug in Sphinx that has since been
fixed.
* gnu/packages/patches/qemu-sphinx-compat.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 1b7e7f4d43..ea27741a77 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1689,7 +1689,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-waitress-fix-tests.patch \ %D%/packages/patches/qemu-build-info-manual.patch \ %D%/packages/patches/qemu-CVE-2021-20203.patch \ - %D%/packages/patches/qemu-sphinx-compat.patch \ %D%/packages/patches/qemu-glibc-2.27.patch \ %D%/packages/patches/qemu-glibc-2.30.patch \ %D%/packages/patches/qpdfview-qt515-compat.patch \ |