xmonad-log-applet: mark xfce4 desktop support as broken
This commit is contained in:
parent
327686dfc0
commit
e3de859702
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/kalj/xmonad-log-applet";
|
homepage = "https://github.com/kalj/xmonad-log-applet";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
broken = desktopSupport == "gnomeflashback";
|
broken = desktopSupport == "gnomeflashback" || desktopSupport == "xfce4";
|
||||||
description = "An applet that will display XMonad log information (${desktopSupport} version)";
|
description = "An applet that will display XMonad log information (${desktopSupport} version)";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
Loading…
Reference in New Issue
Block a user