summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-06-28 00:06:37 +0200
committerMarius Bakke <marius@gnu.org>2022-06-28 00:06:37 +0200
commit0e691ae1004686fd0b53454d90c760c4fb3995e9 (patch)
tree2a05e1ab058d7873ededbee14890b568f6aaef6b /gnu/local.mk
parent0b0750e83144dc59b3c01f72c98c23c890e8de5b (diff)
gnu: python2: Fix build with newer Expat.
* gnu/packages/patches/python-2.7-expat-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-2.7)[source](patches): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index d2617f771f..f28498126e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1652,6 +1652,7 @@ dist_patch_DATA = \
%D%/packages/patches/pyqt-configure.patch \
%D%/packages/patches/python-2-deterministic-build-info.patch \
%D%/packages/patches/python-2.7-adjust-tests.patch \
+ %D%/packages/patches/python-2.7-expat-compat.patch \
%D%/packages/patches/python-2.7-search-paths.patch \
%D%/packages/patches/python-2.7-site-prefixes.patch \
%D%/packages/patches/python-2.7-source-date-epoch.patch \