diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-04-04 17:35:35 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-04-04 17:46:28 +0200 |
commit | a3dea99107e20e3e50e9b766850254c87accde49 (patch) | |
tree | d43916a7632102384b996c43cbf50bea2a5f0177 /gnu/local.mk | |
parent | 6beaa5a02a516c061c2ff86ce4beb43374015194 (diff) |
gnu: python2-cython: Fix build on 32-bit platforms.
* gnu/packages/python.scm (python-cython, python2-cython)[source]: Add patch.
* gnu/packages/patches/python-cython-fix-tests-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
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 15087b1183..425c233979 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -878,6 +878,7 @@ dist_patch_DATA = \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ + %D%/packages/patches/python-cython-fix-tests-32bit.patch \ %D%/packages/patches/python-fake-factory-fix-build-32bit.patch \ %D%/packages/patches/python-faker-fix-build-32bit.patch \ %D%/packages/patches/python-pandas-skip-failing-tests.patch \ |