Skip to content

Commit

Permalink
mba6x_bl: fix build
Browse files Browse the repository at this point in the history
*grumble*
  • Loading branch information
lukateras committed Jan 7, 2018
1 parent 62111e3 commit 3619a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/mba6x_bl/default.nix
Expand Up @@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningDisable = [ "pic" ];

nativeBuildInputs = kernel.moduleBuildDependencies;

makeFlags = [
"KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
"INSTALL_MOD_PATH=$(out)"
Expand Down

0 comments on commit 3619a08

Please sign in to comment.