We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 62111e3 commit 3619a08Copy full SHA for 3619a08
pkgs/os-specific/linux/mba6x_bl/default.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
13
enableParallelBuilding = true;
14
hardeningDisable = [ "pic" ];
15
16
+ nativeBuildInputs = kernel.moduleBuildDependencies;
17
+
18
makeFlags = [
19
"KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
20
"INSTALL_MOD_PATH=$(out)"
0 commit comments