Add patch to fix 3.17 build breakage (also submitted to lkml, but not yet merged)

This commit is contained in:
Daniel Peebles
2014-08-28 22:08:49 -04:00
parent 844fd2553e
commit 1eb08ee693
2 changed files with 64 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ import ./generic.nix (args // rec {
sha256 = "094r4kqp7bj1wcdfsgdmv73law4zb7d0sd8lw82v3rz944mlm9y3";
};
kernelPatches = args.kernelPatches ++ [ { name = "3.17-buildfix.patch"; patch = ./3.17-buildfix.patch; } ];
features.iwlwifi = true;
features.efiBootStub = true;
features.needsCifsUtils = true;