diff options
author | Mark H Weaver <mhw@netris.org> | 2016-10-27 20:31:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-10-27 20:31:19 -0400 |
commit | 3b6f8b579b7fa712170f0535e264d8d5112fd9bc (patch) | |
tree | 4e9bbbf36380ebae38c3e235c336b3c82225bf0b /gnu | |
parent | 3d82676919b952d0a7e205fa5da6320b1cf21e21 (diff) | |
download | gnu-guix-3b6f8b579b7fa712170f0535e264d8d5112fd9bc.tar gnu-guix-3b6f8b579b7fa712170f0535e264d8d5112fd9bc.tar.gz |
gnu: python-parse: Fix patch file name in gnu/local.mk.
This is a followup to commit aa6c09ed71acbc371731d56424ee403a69efb833.
* gnu/local.mk (dist_patch_DATA):
"python-python-parse-too-many-fields.patch" =>
"python-parse-too-many-fields.patch".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b62bedbead..a6e1a3366b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -793,7 +793,7 @@ dist_patch_DATA = \ %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-python-parse-too-many-fields.patch \ + %D%/packages/patches/python-parse-too-many-fields.patch \ %D%/packages/patches/python-rarfile-fix-tests.patch \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ |