mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fake-factory: Fix build on 32bit.
* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-fake-factory, python2-fake-factory)[source]: Use it.
This commit is contained in:
parent
dc027d4014
commit
42945fb58c
3 changed files with 41 additions and 1 deletions
|
@ -11228,7 +11228,10 @@ parsing UK postcodes.")
|
|||
(uri (pypi-uri "fake-factory" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vs0dkmg0dlaxf8w6q2i3k0i03gmp56ablldv7ci9x3nbadkn71g"))))
|
||||
"0vs0dkmg0dlaxf8w6q2i3k0i03gmp56ablldv7ci9x3nbadkn71g"))
|
||||
(patches
|
||||
(search-patches
|
||||
"python-fake-factory-fix-build-32bit.patch"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue