fix powertop INOTIFY suggestion

INOTIFY_USER exists since 2.6.18

svn path=/nixpkgs/trunk/; revision=29810
This commit is contained in:
Florian Friesdorf
2011-10-13 09:06:52 +00:00
parent 19503ac12a
commit abd410f804
2 changed files with 32 additions and 1 deletions
+4 -1
View File
@@ -6,7 +6,10 @@ stdenv.mkDerivation {
url = http://www.lesswatts.org/projects/powertop/download/powertop-1.13.tar.gz;
sha256 = "164dqp6msdaxpi2bmvwawasyrf1sfvanlc9ddp97v1wnjh46dj1b";
};
patches = [./powertop-1.13.patch];
patches = [
./powertop-1.13.patch
./0001-CONFIG_INOTIFY_USER-instead-of-CONFIG_INOTIFY.patch
];
buildInputs = [ncurses gettext];
meta = {
description = "Analyze power consumption on Intel-based laptops";