broadcom-sta: fix build
This commit is contained in:
parent
c01cfb9e01
commit
4e990c25e3
|
@ -21,6 +21,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
|
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./i686-build-failure.patch
|
./i686-build-failure.patch
|
||||||
./license.patch
|
./license.patch
|
||||||
|
|
Loading…
Reference in New Issue