aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/window-managers/xmonad/log-applet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/xmonad/log-applet/default.nix')
-rw-r--r--pkgs/applications/window-managers/xmonad/log-applet/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/xmonad/log-applet/default.nix b/pkgs/applications/window-managers/xmonad/log-applet/default.nix
index 7c6041b576e3..ffd804eaba0e 100644
--- a/pkgs/applications/window-managers/xmonad/log-applet/default.nix
+++ b/pkgs/applications/window-managers/xmonad/log-applet/default.nix
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://github.com/kalj/xmonad-log-applet";
license = licenses.bsd3;
+ broken = desktopSupport == "gnomeflashback";
description = "An applet that will display XMonad log information (${desktopSupport} version)";
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];