kernel: Remove empty preUnpack
This commit is contained in:
parent
7098bcac27
commit
e0ce4bee57
@ -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}"
|
||||
|
@ -90,9 +90,6 @@ let
|
||||
|
||||
inherit src;
|
||||
|
||||
preUnpack = ''
|
||||
'';
|
||||
|
||||
patches = map (p: p.patch) kernelPatches;
|
||||
|
||||
prePatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user