Unverified Commit 192ae83b authored by Mikael Voss's avatar Mikael Voss
Browse files

linux-manual: rely on SOURCE_DATE_EPOCH instead of stat

parent 9b19af17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
    mandir=$out/share/man/man9
    mkdir -p $mandir

    KBUILD_BUILD_TIMESTAMP=$(stat -c %Y Makefile) \
    KBUILD_BUILD_TIMESTAMP="$(date -u -d "@$SOURCE_DATE_EPOCH")" \
    grep -F -l -Z \
      --exclude-dir Documentation \
      --exclude-dir tools \