mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
9b09b4085d
commit
0fd63b40b0
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, substituteAll, fetchFromGitHub, glib, glib-networking, libgtop, gnome3 }:
|
{ stdenv, substituteAll, fetchFromGitHub, glib, glib-networking, libgtop }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-system-monitor";
|
pname = "gnome-shell-system-monitor";
|
||||||
|
@ -41,6 +41,5 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ aneeshusa tiramiseb ];
|
maintainers = with maintainers; [ aneeshusa tiramiseb ];
|
||||||
homepage = https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
|
homepage = https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
|
||||||
broken = versionAtLeast gnome3.gnome-shell.version "3.32";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue