Merge pull request #103974 from basile-henry/basile-henry/reproducible-autogen-man
This commit is contained in:
commit
3e4afc2d9f
@ -42,6 +42,10 @@ stdenv.mkDerivation rec {
|
||||
guile libxml2
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
export MAN_PAGE_DATE=$(date '+%Y-%m-%d' -d "@$SOURCE_DATE_EPOCH")
|
||||
'';
|
||||
|
||||
configureFlags =
|
||||
[
|
||||
# Make sure to use a static value for the timeout. If we do not set a value
|
||||
|
Loading…
x
Reference in New Issue
Block a user