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:
parent
6beaa5a02a
commit
a3dea99107
3 changed files with 29 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue