forked from mirrors/nixpkgs
powertop: renamed inotify patch
svn path=/nixpkgs/trunk/; revision=29821
This commit is contained in:
parent
50a5f9f0e8
commit
1a54d4bbd6
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
./powertop-1.13.patch
|
./powertop-1.13.patch
|
||||||
./0001-CONFIG_INOTIFY_USER-instead-of-CONFIG_INOTIFY.patch
|
./inotify_user.patch
|
||||||
];
|
];
|
||||||
buildInputs = [ncurses gettext];
|
buildInputs = [ncurses gettext];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue