powertop: modprobe configs if /proc/config.gz is missing

svn path=/nixpkgs/trunk/; revision=29822
This commit is contained in:
Florian Friesdorf
2011-10-13 13:05:58 +00:00
parent 1a54d4bbd6
commit 9d12557783
2 changed files with 29 additions and 0 deletions
@@ -9,6 +9,7 @@ stdenv.mkDerivation {
patches = [
./powertop-1.13.patch
./inotify_user.patch
./modprobe_configs.patch
];
buildInputs = [ncurses gettext];
meta = {