Merge pull request #229473 from Artturin/libnvmerepro

This commit is contained in:
Artturi 2023-05-02 19:00:27 +03:00 committed by GitHub
commit add1a5c2cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {