linuxPackages: properly propagate features and extraConfig

`kernel.override { features = ... }` didn't work before, now it works as
expected.
This commit is contained in:
Jan Malakhovski
2017-09-17 16:33:47 +02:00
committed by Joachim Fasting
parent 64bf283104
commit 8525b78d05
10 changed files with 25 additions and 64 deletions
+3 -3
View File
@@ -15,9 +15,9 @@ stdenv.lib.overrideDerivation (import ./generic.nix (args // rec {
sha256 = "1ly0x7a43zvig0fv7lc6rpq49pcdb7i9sdb78p4gi5485zap40kb";
};
features.iwlwifi = true;
features.needsCifsUtils = true;
features.netfilterRPFilter = true;
features = {
efiBootStub = false;
} // (args.features or {});
extraMeta.hydraPlatforms = [];
})) (oldAttrs: {