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:
worldofpeace 2019-04-02 17:43:48 -04:00 committed by Jan Tojnar
parent 294c1a65a7
commit 46874a7c45
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Display system informations in gnome shell status bar";
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 ];
homepage = https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
};