Do not record the configuration and build time so that builds can be reproduced bit-for-bit. --- perl-5.22.0/Configure 1970-01-01 01:00:00.000000000 +0100 +++ perl-5.22.0/Configure 2015-12-13 00:14:43.148165080 +0100 @@ -3834,6 +3817,7 @@ esac : who configured the system cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` +cf_time='Thu Jan 1 00:00:01 UTC 1970' case "$cf_by" in "") cf_by=`(logname) 2>/dev/null` --- perl-5.22.0/perl.c 2015-12-13 00:25:30.269156627 +0100 +++ perl-5.22.0/perl.c 2015-12-13 00:25:38.265218175 +0100 @@ -1795,7 +1795,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); -#ifdef __DATE__ +#if 0 # ifdef __TIME__ PUSHs(Perl_newSVpvn_flags(aTHX_ STR_WITH_LEN("Compiled at " __DATE__ " " __TIME__), t' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ebook.scm
AgeCommit message (Expand)Author
2020-10-01gnu: cozy: Update to 0.7.2....Tobias Geerinckx-Rice
2020-09-26gnu: cozy: Update to 0.7.1....Vinicius Monego
2020-09-18gnu: calibre: Clean up 'wrap phase....Prafulla Giri
2020-09-18gnu: Add cozy....Vinicius Monego
2020-09-08gnu: calibre: Wrap QTWEBENGINEPROCESS_PATH....Brendan Tildesley
2020-08-23gnu: ebook.scm: Remove duplicate module import....Brendan Tildesley
2020-06-08gnu: calibre: Update to 4.18.0....Marius Bakke
2020-05-10gnu: fbreader: Fix build failure....Marius Bakke
2020-04-08Merge branch 'master' into core-updates...Marius Bakke
2020-04-03gnu: calibre: Fix build with python-msgpack >= 1.0....Marius Bakke
2020-03-04Merge branch 'master' into core-updatesMarius Bakke
2020-02-21gnu: calibre: Use HTTPS home page....Tobias Geerinckx-Rice
2020-01-22gnu: Replace uses of 'libjpeg' with 'libjpeg-turbo'....Marius Bakke
2019-12-23gnu: xchm: Update to 1.31....Tobias Geerinckx-Rice
2019-07-31Merge branch 'master' into core-updatesMarius Bakke
2019-07-25gnu: Add xchm....Jovany Leandro G.C
2019-07-19gnu: fbreader: Build with GCC 5....Rutger Helling