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 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