diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-17 20:12:32 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-19 14:36:51 -0400 |
commit | 7ffa5d4a2da7041712c9b6485923f2c3ee455f82 (patch) | |
tree | 2547b721a0811e37af131b1d4a76add0456346d9 /gnu/local.mk | |
parent | 00bf74be0578fda2cd662ee6dd75ee18c9112f48 (diff) | |
download | guix-7ffa5d4a2da7041712c9b6485923f2c3ee455f82.tar guix-7ffa5d4a2da7041712c9b6485923f2c3ee455f82.tar.gz |
gnu: python-file: Work around "double encoding" bug in file@5.28.
* gnu/packages/patches/python-file-double-encoding-bug.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-file)[source]: Use it.
(python2-file)[source]: Use the source of FILE directly, without the
patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cda33e1fb3..df86b94e86 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -780,6 +780,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-3.5-fix-tests.patch \ %D%/packages/patches/python-dendropy-exclude-failing-tests.patch \ %D%/packages/patches/python-django-fix-testcase.patch \ + %D%/packages/patches/python-file-double-encoding-bug.patch \ %D%/packages/patches/python-fix-tests.patch \ %D%/packages/patches/python-ipython-inputhook-ctype.patch \ %D%/packages/patches/python-rarfile-fix-tests.patch \ |