diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-01-20 22:59:08 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:38 +0200 |
commit | be86f3de1eb175ba3e17f2146f2c96849f4f4fe7 (patch) | |
tree | 34f36f87574ab0c81699872ceff85f4cb1561ac7 /gnu/packages/python.scm | |
parent | 3de22656adbfa62362f735d8e137311a62ded856 (diff) |
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
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b2757c651e..6272489afb 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |