From 1a54d4bbd64921ee36e46d45552f8c3eba06c449 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Thu, 13 Oct 2011 13:05:22 +0000 Subject: [PATCH] powertop: renamed inotify patch svn path=/nixpkgs/trunk/; revision=29821 --- pkgs/os-specific/linux/powertop/default.nix | 2 +- ..._USER-instead-of-CONFIG_INOTIFY.patch => inotify_user.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/os-specific/linux/powertop/{0001-CONFIG_INOTIFY_USER-instead-of-CONFIG_INOTIFY.patch => inotify_user.patch} (100%) diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix index 7c66556df29f..ae23e165178c 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 similarity index 100% rename from pkgs/os-specific/linux/powertop/0001-CONFIG_INOTIFY_USER-instead-of-CONFIG_INOTIFY.patch rename to pkgs/os-specific/linux/powertop/inotify_user.patch