diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-28 00:06:37 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-28 00:06:37 +0200 |
commit | 0e691ae1004686fd0b53454d90c760c4fb3995e9 (patch) | |
tree | 2a05e1ab058d7873ededbee14890b568f6aaef6b /gnu/packages/python.scm | |
parent | 0b0750e83144dc59b3c01f72c98c23c890e8de5b (diff) | |
download | guix-0e691ae1004686fd0b53454d90c760c4fb3995e9.tar.gz |
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/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0922fd44a6..699af0d897 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -150,6 +150,7 @@ "python-2.7-adjust-tests.patch" "python-cross-compile.patch" "python-2.7-CVE-2021-3177.patch" + "python-2.7-expat-compat.patch" "python-2.7-no-static-lib.patch")) (modules '((guix build utils))) (snippet |