gnomeExtensions.system-monitor: mark as broken
* Not yet compatable with GNOME 3.32 [0] [1] [0]: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/510 [1]: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/511
This commit is contained in:
parent
294c1a65a7
commit
46874a7c45
@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Display system informations in gnome shell status bar";
|
description = "Display system informations in gnome shell status bar";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
broken = true; # GNOME 3.32 support WIP: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/510
|
||||||
maintainers = with maintainers; [ aneeshusa tiramiseb ];
|
maintainers = with maintainers; [ aneeshusa tiramiseb ];
|
||||||
homepage = https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
|
homepage = https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user