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 "", "" span='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/fontutils.scm
AgeCommit message (Expand)Author
2023-05-11gnu: home: services: fontutils: Add support for SXML fragments....* gnu/home/services/fontutils.scm (add-fontconfig-config-file): Add support for adding arbitrary SXML configuration into fonts.conf; * doc/guix.texi (Fonts Services): Update the documentation. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andrew Patterson
2023-01-31home: services: fontutils: Add service value....* gnu/home/services/fontutils.scm (add-fontconfig-config-file): Add support for multiple paths; (home-fontconfig-service-type): Honor it; * doc/guix.texi (Fonts Services): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Giacomo Leidi