Copied from Debian. From: Jérémy Bobbio Subject: Remove build date Bug-Debian: http://bugs.debian.org/782851 In order to make unzip build reproducibly, we remove the (already optional) build date from the binary. --- a/unix/unix.c +++ b/unix/unix.c @@ -1705,7 +1705,7 @@ #endif /* Sun */ #endif /* SGI */ -#ifdef __DATE__ +#if 0 " on ", __DATE__ #else "", "" ef='/'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/skarnet.scm
AgeCommit message (Expand)Author
2024-08-31gnu: execline: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/skarnet.scm (execline)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ic7f7efbe34bbe7b78a15576173e87f7e2f020e4c Maxime Devos