nixpkgs/pkgs
Charles Strahan da36847d92
nixos: make it easy to apply kernel patches
This makes it easy to specify kernel patches:

    boot.kernelPatches = [ pkgs.kernelPatches.ubuntu_fan_4_4 ];

To make the `boot.kernelPatches` option possible, this also makes it
easy to extend and/or modify the kernel packages within a linuxPackages
set. For example:

    pkgs.linuxPackages.extend (self: super: {
      kernel = super.kernel.override {
        kernelPatches = super.kernel.kernelPatches ++ [
          pkgs.kernelPatches.ubuntu_fan_4_4
        ];
      };
    });

Closes #15095
2016-10-11 19:59:00 -04:00
..
applications gitAndTools.gitflow: 1.9.1 -> 1.10.0 2016-10-11 23:38:29 +02: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 #19462 from dipinhora/pony-stable 2016-10-11 22:43:07 +02:00
games Merge pull request #19415 from Mic92/opentyrian 2016-10-10 17:56:41 +02:00
misc fs-uae: 2.4.3 -> 2.8.0 2016-10-10 20:37:11 +00:00
os-specific Merge #18861: add AMDGPU-PRO driver 2016-10-11 19:57:30 +02:00
servers mariadb: 10.1.17 -> 10.1.18 2016-10-09 16:04:58 -04: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 Remove cruft 2016-04-26 17:31:54 +02:00
tools tmuxp: 1.2.0 -> 1.2.2 2016-10-11 23:53:02 +02:00
top-level nixos: make it easy to apply kernel patches 2016-10-11 19:59:00 -04:00