Revert "gnomeExtension.system-monitor-applet: mark as broken"
This reverts commitb9f3160c2a. It builds and runs fine. I'm not sure why it was marked broken in the first place, I successfully built it on commitb9f3160. A runtime issue that was later fixed?
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user