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) | |
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 0922fd44a61..699af0d897c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -150,6 +150,7 @@ | |||
| 150 | "python-2.7-adjust-tests.patch" | 150 | "python-2.7-adjust-tests.patch" |
| 151 | "python-cross-compile.patch" | 151 | "python-cross-compile.patch" |
| 152 | "python-2.7-CVE-2021-3177.patch" | 152 | "python-2.7-CVE-2021-3177.patch" |
| 153 | "python-2.7-expat-compat.patch" | ||
| 153 | "python-2.7-no-static-lib.patch")) | 154 | "python-2.7-no-static-lib.patch")) |
| 154 | (modules '((guix build utils))) | 155 | (modules '((guix build utils))) |
| 155 | (snippet | 156 | (snippet |
