about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2019-11-18 16:57:41 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-11-18 20:57:55 +0100
commit0fd63b40b04c05ef069256c1842f28131951cb43 (patch)
treed1a1b93617a3da807fb0d0e14662527e68018033 /pkgs/desktops
parent9b09b4085d17677ddb43a72a50a6c2ca89f140be (diff)
downloadnixlib-0fd63b40b04c05ef069256c1842f28131951cb43.tar
nixlib-0fd63b40b04c05ef069256c1842f28131951cb43.tar.gz
nixlib-0fd63b40b04c05ef069256c1842f28131951cb43.tar.bz2
nixlib-0fd63b40b04c05ef069256c1842f28131951cb43.tar.lz
nixlib-0fd63b40b04c05ef069256c1842f28131951cb43.tar.xz
nixlib-0fd63b40b04c05ef069256c1842f28131951cb43.tar.zst
nixlib-0fd63b40b04c05ef069256c1842f28131951cb43.zip
Revert "gnomeExtension.system-monitor-applet: mark as broken"
This reverts commit b9f3160c2aa55f75506385683047365a457e32ba.

It builds and runs fine. I'm not sure why it was marked broken in the
first place, I successfully built it on commit b9f3160. A runtime issue
that was later fixed?
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/extensions/system-monitor/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/extensions/system-monitor/default.nix b/pkgs/desktops/gnome-3/extensions/system-monitor/default.nix
index 921991a33aea..13b2d6a1db4f 100644
--- a/pkgs/desktops/gnome-3/extensions/system-monitor/default.nix
+++ b/pkgs/desktops/gnome-3/extensions/system-monitor/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, substituteAll, fetchFromGitHub, glib, glib-networking, libgtop, gnome3 }:
+{ stdenv, substituteAll, fetchFromGitHub, glib, glib-networking, libgtop }:
 
 stdenv.mkDerivation rec {
   pname = "gnome-shell-system-monitor";
@@ -41,6 +41,5 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ aneeshusa tiramiseb ];
     homepage = https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
-    broken = versionAtLeast gnome3.gnome-shell.version "3.32";
   };
 }