xmonad-log-applet: mark xfce4 desktop support as broken

This commit is contained in:
José Romildo Malaquias 2021-03-21 08:33:16 -03:00
parent 327686dfc0
commit e3de859702

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/kalj/xmonad-log-applet";
license = licenses.bsd3;
broken = desktopSupport == "gnomeflashback";
broken = desktopSupport == "gnomeflashback" || desktopSupport == "xfce4";
description = "An applet that will display XMonad log information (${desktopSupport} version)";
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];