Merge pull request #103974 from basile-henry/basile-henry/reproducible-autogen-man

This commit is contained in:
Ninjatrappeur
2020-11-18 15:13:22 +01:00
committed by GitHub
@@ -42,6 +42,10 @@ stdenv.mkDerivation rec {
guile libxml2 guile libxml2
]; ];
preConfigure = ''
export MAN_PAGE_DATE=$(date '+%Y-%m-%d' -d "@$SOURCE_DATE_EPOCH")
'';
configureFlags = configureFlags =
[ [
# Make sure to use a static value for the timeout. If we do not set a value # Make sure to use a static value for the timeout. If we do not set a value