Skip to content

Commit

Permalink
broadcom_sta: fix build (kernel.moduleBuildDependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 4, 2018
1 parent 90412f5 commit d83c808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/broadcom-sta/default.nix
Expand Up @@ -37,6 +37,8 @@ stdenv.mkDerivation {

makeFlags = "KBASE=${kernel.dev}/lib/modules/${kernel.modDirVersion}";

nativeBuildInputs = kernel.moduleBuildDependencies;

unpackPhase = ''
sourceRoot=broadcom-sta
mkdir "$sourceRoot"
Expand Down

0 comments on commit d83c808

Please sign in to comment.