mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
libnvme: fix manpage reproducibility
This commit is contained in:
parent
84a9679726
commit
00ff258edb
@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
|
||||
"-Ddocs-build=true"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
export KBUILD_BUILD_TIMESTAMP="$(date -u -d @$SOURCE_DATE_EPOCH)"
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user