linux: 5.4-rc1 -> 5.4-rc2

This commit is contained in:
Tim Steinbach
2019-10-08 13:18:51 -04:00
parent e14ccd7285
commit ecb95c8bcb
2 changed files with 3 additions and 3 deletions
@@ -96,7 +96,7 @@ let
# Required for deterministic builds along with some postPatch magic.
++ optional (stdenv.lib.versionAtLeast version "4.13") ./randstruct-provide-seed.patch
# Fixes determinism by normalizing metadata for the archive of kheaders
++ optional (stdenv.lib.versionAtLeast version "5.2") ./gen-kheaders-metadata.patch;
++ optional (stdenv.lib.versionAtLeast version "5.2" && stdenv.lib.versionOlder version "5.4") ./gen-kheaders-metadata.patch;
prePatch = ''
for mf in $(find -name Makefile -o -name Makefile.include -o -name install.sh); do