summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-04-02 17:43:48 -0400
committerJan Tojnar <jtojnar@gmail.com>2019-04-05 12:14:13 +0200
commit46874a7c45ed1fa23558e89876144de484c4d1c6 (patch)
treee527be56d70ac1e9c557f8a1e3020f57c3fab103 /pkgs/desktops
parent294c1a65a78889a34a11af998bf2c90adfa8ce25 (diff)
downloadnixpkgs-46874a7c45ed1fa23558e89876144de484c4d1c6.tar
nixpkgs-46874a7c45ed1fa23558e89876144de484c4d1c6.tar.gz
nixpkgs-46874a7c45ed1fa23558e89876144de484c4d1c6.tar.bz2
nixpkgs-46874a7c45ed1fa23558e89876144de484c4d1c6.tar.lz
nixpkgs-46874a7c45ed1fa23558e89876144de484c4d1c6.tar.xz
nixpkgs-46874a7c45ed1fa23558e89876144de484c4d1c6.tar.zst
nixpkgs-46874a7c45ed1fa23558e89876144de484c4d1c6.zip
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
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/extensions/system-monitor/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };