about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/default.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-04-15 13:35:35 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-04-19 20:38:57 -0300
commitf578c517a3f6a2b8d1fda12f07a19fd349279874 (patch)
tree71ed119a51a393d9b5335965b9b9d7608100731b /pkgs/desktops/xfce/default.nix
parentcef0895d24ac8e2c44706342293e076bb0bad750 (diff)
downloadnixlib-f578c517a3f6a2b8d1fda12f07a19fd349279874.tar
nixlib-f578c517a3f6a2b8d1fda12f07a19fd349279874.tar.gz
nixlib-f578c517a3f6a2b8d1fda12f07a19fd349279874.tar.bz2
nixlib-f578c517a3f6a2b8d1fda12f07a19fd349279874.tar.lz
nixlib-f578c517a3f6a2b8d1fda12f07a19fd349279874.tar.xz
nixlib-f578c517a3f6a2b8d1fda12f07a19fd349279874.tar.zst
nixlib-f578c517a3f6a2b8d1fda12f07a19fd349279874.zip
xfce.xfce4-dict-plugin: remove
- The xfce4-dict-plugin is now part of xfce4-dict
- See https://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
- Throws a message
Diffstat (limited to 'pkgs/desktops/xfce/default.nix')
-rw-r--r--pkgs/desktops/xfce/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 0eb66b170aa1..579e863bf9c8 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -117,8 +117,6 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   xfce4-datetime-plugin = callPackage ./panel-plugins/xfce4-datetime-plugin { };
 
-  xfce4-dict-plugin = callPackage ./panel-plugins/xfce4-dict-plugin.nix { };
-
   xfce4-dockbarx-plugin = callPackage ./panel-plugins/xfce4-dockbarx-plugin.nix { };
 
   xfce4-embed-plugin = callPackage ./panel-plugins/xfce4-embed-plugin.nix { };
@@ -187,7 +185,6 @@ lib.makeScope pkgs.newScope (self: with self; {
   xfce4_cpufreq_plugin = xfce4-cpufreq-plugin;
   xfce4_cpugraph_plugin = xfce4-cpugraph-plugin;
   xfce4_datetime_plugin = xfce4-datetime-plugin;
-  xfce4_dict_plugin = xfce4-dict-plugin;
   xfce4_dockbarx_plugin = xfce4-dockbarx-plugin;
   xfce4_embed_plugin = xfce4-embed-plugin;
   xfce4_eyes_plugin = xfce4-eyes-plugin;
@@ -211,6 +208,7 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   xfce4-mixer = throw "deprecated 2019-08-18: obsoleted by xfce4-pulseaudio-plugin"; # added 2019-08-18
   gtk-xfce-engine = throw "deprecated 2019-09-17: Xfce 4.14 deprecated gtk-xfce-engine"; # added 2019-09-17
+  xfce4-dict-plugin = throw "deprecated 2020-04-19: xfce4-dict-plugin is now part of xfce4-dict."; # added 2020-04-19
 
   # added 2019-11-04
   libxfce4ui_gtk3 = libxfce4ui;