From 0e691ae1004686fd0b53454d90c760c4fb3995e9 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 28 Jun 2022 00:06:37 +0200 Subject: 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. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python.scm') 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 @@ (define-public python-2.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 -- cgit v1.2.3