summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-03-12 22:52:38 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-03-12 23:02:15 +0100
commit208d1f24db9966c18e1a3aca3b99ec4eae362607 (patch)
treea1d00a452ccb6dab12f2d820b889b36ee36d296b /pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix
parent9567ba46019575d08055681f6d9f579eff86c568 (diff)
downloadnixlib-208d1f24db9966c18e1a3aca3b99ec4eae362607.tar
nixlib-208d1f24db9966c18e1a3aca3b99ec4eae362607.tar.gz
nixlib-208d1f24db9966c18e1a3aca3b99ec4eae362607.tar.bz2
nixlib-208d1f24db9966c18e1a3aca3b99ec4eae362607.tar.lz
nixlib-208d1f24db9966c18e1a3aca3b99ec4eae362607.tar.xz
nixlib-208d1f24db9966c18e1a3aca3b99ec4eae362607.tar.zst
nixlib-208d1f24db9966c18e1a3aca3b99ec4eae362607.zip
xfce: more update fallout
- forgotten mousepad update, including some wrapping magic
- dealing with panel plugins (either fix or mark as broken)
	CC maintainer @AndersonTorres.
- remove some libxfcegui4 occurrences, as it's being phased out
- minor stuff
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix
index ede0495b8de5..3be77ab77caa 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix
@@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
     description = "Dictionary plugin for Xfce panel";
     platforms = platforms.linux;
     maintainers = [ maintainers.AndersonTorres ];
+    broken = true; # see http://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
   };
 }