powertop: renamed inotify patch

svn path=/nixpkgs/trunk/; revision=29821
This commit is contained in:
Florian Friesdorf 2011-10-13 13:05:22 +00:00
parent 50a5f9f0e8
commit 1a54d4bbd6
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation {
};
patches = [
./powertop-1.13.patch
./0001-CONFIG_INOTIFY_USER-instead-of-CONFIG_INOTIFY.patch
./inotify_user.patch
];
buildInputs = [ncurses gettext];
meta = {