mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-06 17:25:56 +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:
@@ -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"))))
|
||||
|
||||
Reference in New Issue
Block a user