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?
This commit is contained in:
parent
9b09b4085d
commit
0fd63b40b0
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user