mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Python: Consolidate test patches.
While at it, adjust patches for -p1 patch flag. * gnu/packages/patches/python-fix-tests.patch: Delete file. Move contents ... * gnu/packages/patches/python-3-fix-tests.patch: ... here. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-3.7)[source](patches): Remove obsolete. [source](patch-flags): Remove. * gnu/packages/patches/python-3-deterministic-build-info.patch, gnu/packages/patches/python-3-search-paths.patch: Adjust for `patch -p1`.
This commit is contained in:
parent
db91596a78
commit
4e3a7d8461
6 changed files with 278 additions and 278 deletions
|
@ -2,8 +2,8 @@ Always provide the same date and time in 'Py_GetBuildInfo'.
|
|||
This is the information shown at the REPL and in 'sys.version'.
|
||||
We cannot pass it in CPPFLAGS due to whitespace in the DATE string.
|
||||
|
||||
--- Modules/getbuildinfo.c
|
||||
+++ Modules/getbuildinfo.c
|
||||
--- a/Modules/getbuildinfo.c
|
||||
+++ b/Modules/getbuildinfo.c
|
||||
@@ -4,6 +4,10 @@
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue