From 94c5d879ae1898d3a8f3308bd235f08fa16ea8ba Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sat, 30 Jan 2021 22:40:29 -0300 Subject: [PATCH] xfce4-genmon-plugin: reorder --- pkgs/desktops/xfce/default.nix | 2 +- .../default.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/desktops/xfce/panel-plugins/{xfce4-genmon-plugin.nix => xfce4-genmon-plugin/default.nix} (100%) diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index 172329cbe4fc..5a6019609379 100644 --- a/pkgs/desktops/xfce/default.nix +++ b/pkgs/desktops/xfce/default.nix @@ -122,7 +122,7 @@ lib.makeScope pkgs.newScope (self: with self; { xfce4-fsguard-plugin = callPackage ./panel-plugins/xfce4-fsguard-plugin { }; - xfce4-genmon-plugin = callPackage ./panel-plugins/xfce4-genmon-plugin.nix { }; + xfce4-genmon-plugin = callPackage ./panel-plugins/xfce4-genmon-plugin { }; xfce4-hardware-monitor-plugin = callPackage ./panel-plugins/xfce4-hardware-monitor-plugin.nix { }; diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix similarity index 100% rename from pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin.nix rename to pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix