Skip to content

Commit

Permalink
gnomeExtensions.system-monitor: 36 -> 38
Browse files Browse the repository at this point in the history
Remove "broken = true" since this version supports GNOME 3.32.

(cherry picked from commit 1a1a7ed)
  • Loading branch information
bjornfor authored and dtzWill committed Oct 2, 2019
1 parent 9e6e8c1 commit 22b5313
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/desktops/gnome-3/extensions/system-monitor/default.nix
@@ -1,14 +1,14 @@
{ stdenv, substituteAll, fetchFromGitHub, glib, glib-networking, libgtop }:

stdenv.mkDerivation rec {
name = "gnome-shell-system-monitor-${version}";
version = "36";
pname = "gnome-shell-system-monitor";
version = "38";

src = fetchFromGitHub {
owner = "paradoxxxzero";
repo = "gnome-shell-system-monitor-applet";
rev = "v${version}";
sha256 = "0x3r189h5264kjxsm18d34gzb5ih8l4pz7i9qks9slcnzaiw4y0z";
sha256 = "1sdj2kxb418mgq44a6lf6jic33wlfbnn3ja61igmx0jj1530iknv";
};

buildInputs = [
Expand Down Expand Up @@ -39,7 +39,6 @@ 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;
};
Expand Down

0 comments on commit 22b5313

Please sign in to comment.