mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
xmonad_log_applet: Mark as broken
libpanel-applet was removed in favour of libgnome-applet
This commit is contained in:
parent
0992424542
commit
6d94553dde
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.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";
|
||||||
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