From be86f3de1eb175ba3e17f2146f2c96849f4f4fe7 Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Sat, 20 Jan 2024 22:59:08 -0500 Subject: 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: . * gnu/packages/python.scm (python-3.10) [source]: Apply reproducibility patch. Signed-off-by: Maxim Cournoyer Modified-by: Maxim Cournoyer Change-Id: I0273dc0f8511a7acdcc2b462a26cc29a9756c801 --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python.scm') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b2757c651e1..6272489afbd 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 -- cgit v1.3