From 46874a7c45ed1fa23558e89876144de484c4d1c6 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 2 Apr 2019 17:43:48 -0400 Subject: 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 --- pkgs/desktops/gnome-3/extensions/system-monitor/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/desktops') diff --git a/pkgs/desktops/gnome-3/extensions/system-monitor/default.nix b/pkgs/desktops/gnome-3/extensions/system-monitor/default.nix index 8bafbd003d5..7046e673726 100644 --- a/pkgs/desktops/gnome-3/extensions/system-monitor/default.nix +++ b/pkgs/desktops/gnome-3/extensions/system-monitor/default.nix @@ -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; }; -- cgit 1.4.1