kernel: Remove empty preUnpack

This commit is contained in:
Tuomas Tynkkynen 2018-07-24 22:37:22 +03:00
parent 7098bcac27
commit e0ce4bee57
2 changed files with 3 additions and 4 deletions

View file

@ -105,7 +105,9 @@ let
sed -e '/fflush(stdout);/i\printf("###");' -i scripts/kconfig/conf.c
'';
inherit (kernel) src patches preUnpack;
preUnpack = kernel.preUnpack or "";
inherit (kernel) src patches;
buildPhase = ''
export buildRoot="''${buildRoot:-build}"

View file

@ -90,9 +90,6 @@ let
inherit src;
preUnpack = ''
'';
patches = map (p: p.patch) kernelPatches;
prePatch = ''