about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-01-30 23:27:42 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-01-31 02:49:30 -0300
commita75a5c403fc1a1a349bdd45afce4583ceca7fa51 (patch)
treec7d2405f4bffcde4e4f76c6561f96c43db9a4147 /pkgs/desktops/xfce/default.nix
parent7f49ba11d8dcdd52896f28bea65367b9dfe0f79b (diff)
downloadnixlib-a75a5c403fc1a1a349bdd45afce4583ceca7fa51.tar
nixlib-a75a5c403fc1a1a349bdd45afce4583ceca7fa51.tar.gz
nixlib-a75a5c403fc1a1a349bdd45afce4583ceca7fa51.tar.bz2
nixlib-a75a5c403fc1a1a349bdd45afce4583ceca7fa51.tar.lz
nixlib-a75a5c403fc1a1a349bdd45afce4583ceca7fa51.tar.xz
nixlib-a75a5c403fc1a1a349bdd45afce4583ceca7fa51.tar.zst
nixlib-a75a5c403fc1a1a349bdd45afce4583ceca7fa51.zip
xfce4-weather-plugin: reorder
Diffstat (limited to 'pkgs/desktops/xfce/default.nix')
-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 ffa4f6310412..fcb965303eb1 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -148,7 +148,7 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   xfce4-xkb-plugin = callPackage ./panel-plugins/xfce4-xkb-plugin { };
 
-  xfce4-weather-plugin = callPackage ./panel-plugins/xfce4-weather-plugin.nix { };
+  xfce4-weather-plugin = callPackage ./panel-plugins/xfce4-weather-plugin { };
 
   xfce4-whiskermenu-plugin = callPackage ./panel-plugins/xfce4-whiskermenu-plugin { };