[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: Add missing patch to locale.mk.
From: |
guix-commits |
Subject: |
01/01: gnu: Add missing patch to locale.mk. |
Date: |
Tue, 5 Nov 2019 07:19:32 -0500 (EST) |
boskovits pushed a commit to branch master
in repository guix.
commit 8f5ac03e2162b93648c255d10ebef1c2037c296e
Author: Jonathan Brielmaier <address@hidden>
Date: Tue Nov 5 13:13:02 2019 +0100
gnu: Add missing patch to locale.mk.
The patch was introduced in commit 2be878d8e54057980121e4c659ca48317b79970e.
* gnu/local.mk (dist_patch_DATA): Add
"python-pep8-stdlib-tokenize-compat.patch".
Signed-off-by: Gábor Boskovits <address@hidden>
---
gnu/local.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/local.mk b/gnu/local.mk
index 8eca810..468bf02 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -22,6 +22,7 @@
# Copyright © 2018 Maxim Cournoyer <address@hidden>
# Copyright © 2019 Guillaume Le Vaillant <address@hidden>
# Copyright © 2019 John Soo <address@hidden>
+# Copyright © 2019 Jonathan Brielmaier <address@hidden>
#
# This file is part of GNU Guix.
#
@@ -1270,6 +1271,7 @@ dist_patch_DATA =
\
%D%/packages/patches/python-configobj-setuptools.patch \
%D%/packages/patches/python-faker-fix-build-32bit.patch \
%D%/packages/patches/python-keras-integration-test.patch \
+ %D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \
%D%/packages/patches/python-pyfakefs-remove-bad-test.patch \
%D%/packages/patches/python-flint-includes.patch \
%D%/packages/patches/python-libxml2-utf8.patch \