mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-03 07:54:03 +02:00
gnu: python: Make the build reproducible.
While Python build was reproducible on a single machine, once multiple file systems entered the picture, it was no longer true. The solution adopted by the upstream (and Debian) was cherry-picked. More info: <https://github.com/python/cpython/pull/8226>. * gnu/packages/python.scm (python-3.10) [source]: Apply reproducibility patch. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I0273dc0f8511a7acdcc2b462a26cc29a9756c801
This commit is contained in:
committed by
Ludovic Courtès
parent
3de22656ad
commit
be86f3de1e
@@ -435,6 +435,7 @@ data types.")
|
||||
"python-3-deterministic-build-info.patch"
|
||||
"python-3-fix-tests.patch"
|
||||
"python-3-hurd-configure.patch"
|
||||
"python-3-reproducible-build.patch"
|
||||
"python-3-search-paths.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
|
||||
Reference in New Issue
Block a user