1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

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.
This commit is contained in:
Marius Bakke 2017-04-04 17:35:35 +02:00
parent 6beaa5a02a
commit a3dea99107
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 29 additions and 0 deletions

View file

@ -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"))))