xmonad_log_applet: Mark as broken
libpanel-applet was removed in favour of libgnome-applet
This commit is contained in:
parent
0992424542
commit
6d94553dde
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue