rtl8821ce: pass makeFlags from kernel, move moduleBuildDependencies to nativeBuildInputs
This commit is contained in:
parent
3f6359ac26
commit
e61b83cb60
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
nativeBuildInputs = [ bc ];
|
||||
buildInputs = kernel.moduleBuildDependencies;
|
||||
nativeBuildInputs = [ bc ] ++ kernel.moduleBuildDependencies;
|
||||
makeFlags = kernel.makeFlags;
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace ./Makefile \
|
||||
|
|
Loading…
Reference in a new issue