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/packages/python.scm | |
parent | 6beaa5a02a516c061c2ff86ce4beb43374015194 (diff) | |
download | guix-a3dea99107e20e3e50e9b766850254c87accde49.tar guix-a3dea99107e20e3e50e9b766850254c87accde49.tar.gz |
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/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e9ccc7db28..0746af24a1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3406,6 +3406,7 @@ is designed to have a low barrier to entry.") (origin (method url-fetch) (uri (pypi-uri "Cython" version)) + (patches (search-patches "python-cython-fix-tests-32bit.patch")) (sha256 (base32 "01h3lrf6d98j07iakifi81qjszh6faa37ibx7ylva1vsqbwx2hgi")))) |