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__ cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
AgeCommit message (Expand)Author
2022-11-22gnu: libwindowswm: Add missing input....* gnu/packages/xorg.scm (libwindowswm)[inputs]: Add WINDOWSWMPROTO. Marius Bakke
2022-10-25gnu: console-font: Install bdf2psf....* gnu/packages/xorg.scm (console-font)[arguments]: Add custom 'install-bdf2psf phase to install bdf2psf and its manpage. Efraim Flashner