nixpkgs/pkgs
aszlig 09d3493282
buildLinux/linuxManualConfig: Allow .override
Regression introduced by da36847d92.

The kernelPackages NixOS module option now uses .override to add kernel
patches defined in boot.kernelPatches into the kernel within the
kernelPackages set.

For generic kernels, we already have an .override which comes with
callPackage, but pkgs.linuxManualConfig is a function where we want to
override the attributes passed to it.

The callPackage to manual-config.nix only allows us to override its
internal attributes but not the attributes of the function returned.

Simplified it looks like this:

                                      .----- .override provided by
                                    __|__    callPackage
                                   |     |
(callPackage .../manual-config.nix { ... }) { ... }
                                            |_____|
                                               |
                                  the one -----'
                                  we actually want to override

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-10-12 23:52:23 +02:00
..
applications terraform: 0.7.4 -> 0.7.5 2016-10-12 18:51:16 +01:00
build-support buildFHSEnv: link /etc/zoneinfo 2016-10-11 16:56:11 +03:00
data numix-icon-theme-circle: 2016-06-10 -> 2016-09-27 2016-10-11 23:33:42 +02:00
desktops kde5.plasma: 5.8.0 -> 5.8.1 2016-10-11 12:39:16 -05:00
development Merge pull request #19479 from sternenseemann/master 2016-10-12 22:37:45 +02:00
games Merge pull request #19415 from Mic92/opentyrian 2016-10-10 17:56:41 +02:00
misc xscreensaver: 5.35 -> 5.36 2016-10-12 15:29:25 +02:00
os-specific Merge #18861: add AMDGPU-PRO driver 2016-10-11 19:57:30 +02:00
servers atlassian-crowd: init at 2.10.1 2016-10-12 13:17:24 +02:00
shells oh-my-zsh: 2016-09-24 -> 2016-10-08 2016-10-08 18:32:37 -04:00
stdenv Merge remote-tracking branch 'origin/master' into staging 2016-09-20 17:46:09 +02:00
test
tools rpm-ostree: 2016.1 -> 2016.10 2016-10-12 20:31:02 +00:00
top-level buildLinux/linuxManualConfig: Allow .override 2016-10-12 23:52:23 +02:00