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. --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -4,6 +4,10 @@ #include #endif +/* Deterministic date and time. */ +#define DATE "Jan 1 1970" +#define TIME "00:00:01" + #ifndef DATE #ifdef __DATE__ #define DATE __DATE__ tic/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/monads.scm
diff options
context:
space:
mode:
authorPhilip McGrath <philip@philipmcgrath.com>2022-07-25 08:16:30 -0400
committerLudovic Courtès <ludo@gnu.org>2022-08-04 12:05:52 +0200
commit3b017b9400978a7f351fd8a75e33d1eefb079d08 (patch)
treee8a9220707c5a939f0e0c160dbc6e2f5ca74b965 /tests/monads.scm
parent8d4670f4d18a9c57a6300eb3c11fbc26825f7a61 (diff)
downloadguix-3b017b9400978a7f351fd8a75e33d1eefb079d08.tar.gz
guix-3b017b9400978a7f351fd8a75e33d1eefb079d08.zip
gnu: Add ruby-anystyle.
* gnu/packages/ruby.scm (ruby-anystyle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests/monads.scm')
0 files changed, 0 insertions, 0 deletions