summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powertop
diff options
context:
space:
mode:
authorFlorian Friesdorf <flo@chaoflow.net>2011-10-13 13:05:22 +0000
committerFlorian Friesdorf <flo@chaoflow.net>2011-10-13 13:05:22 +0000
commit1a54d4bbd64921ee36e46d45552f8c3eba06c449 (patch)
treee39c937e22ada3bd4944249f4465be95f521d766 /pkgs/os-specific/linux/powertop
parent50a5f9f0e89d6c838a1b6fa1c57a44b08bec8648 (diff)
downloadnixpkgs-1a54d4bbd64921ee36e46d45552f8c3eba06c449.tar
nixpkgs-1a54d4bbd64921ee36e46d45552f8c3eba06c449.tar.gz
nixpkgs-1a54d4bbd64921ee36e46d45552f8c3eba06c449.tar.bz2
nixpkgs-1a54d4bbd64921ee36e46d45552f8c3eba06c449.tar.lz
nixpkgs-1a54d4bbd64921ee36e46d45552f8c3eba06c449.tar.xz
nixpkgs-1a54d4bbd64921ee36e46d45552f8c3eba06c449.tar.zst
nixpkgs-1a54d4bbd64921ee36e46d45552f8c3eba06c449.zip
powertop: renamed inotify patch
svn path=/nixpkgs/trunk/; revision=29821
Diffstat (limited to 'pkgs/os-specific/linux/powertop')
-rw-r--r--pkgs/os-specific/linux/powertop/default.nix2
-rw-r--r--pkgs/os-specific/linux/powertop/inotify_user.patch (renamed from pkgs/os-specific/linux/powertop/0001-CONFIG_INOTIFY_USER-instead-of-CONFIG_INOTIFY.patch)0
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix
index 7c66556df29..ae23e165178 100644
--- a/pkgs/os-specific/linux/powertop/default.nix
+++ b/pkgs/os-specific/linux/powertop/default.nix
@@ -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 = {
diff --git a/pkgs/os-specific/linux/powertop/0001-CONFIG_INOTIFY_USER-instead-of-CONFIG_INOTIFY.patch b/pkgs/os-specific/linux/powertop/inotify_user.patch
index 46caed050f4..46caed050f4 100644
--- a/pkgs/os-specific/linux/powertop/0001-CONFIG_INOTIFY_USER-instead-of-CONFIG_INOTIFY.patch
+++ b/pkgs/os-specific/linux/powertop/inotify_user.patch