summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-01-30 23:37:09 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-01-31 02:49:30 -0300
commitb57e63b788cd99aa45f4355f756b41721e61c731 (patch)
tree2b855c84be2c467531de60bb1d8d2abe5c95cf28
parent54269736bea3033d3c4afd795d2825d89ab7cf8d (diff)
xfce4-mailwatch-plugin: reorder
-rw-r--r--pkgs/desktops/xfce/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 215e5ed7bc49..de8ae12b8952 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -134,7 +134,7 @@ lib.makeScope pkgs.newScope (self: with self; {
xfce4-notes-plugin = callPackage ./panel-plugins/xfce4-notes-plugin { };
- xfce4-mailwatch-plugin = callPackage ./panel-plugins/xfce4-mailwatch-plugin.nix { };
+ xfce4-mailwatch-plugin = callPackage ./panel-plugins/xfce4-mailwatch-plugin { };
xfce4-mpc-plugin = callPackage ./panel-plugins/xfce4-mpc-plugin { };