Skip to content

Commit 3619a08

Browse files
authoredJan 7, 2018
mba6x_bl: fix build
*grumble*
1 parent 62111e3 commit 3619a08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/os-specific/linux/mba6x_bl/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
1313
enableParallelBuilding = true;
1414
hardeningDisable = [ "pic" ];
1515

16+
nativeBuildInputs = kernel.moduleBuildDependencies;
17+
1618
makeFlags = [
1719
"KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
1820
"INSTALL_MOD_PATH=$(out)"

0 commit comments

Comments
 (0)
Please sign in to comment.