gnome3.gnome-system-monitor: 3.38.0 → 40.1
This commit is contained in:
parent
ef7a8bee48
commit
c4a25bb684
@ -1,26 +1,63 @@
|
|||||||
{ lib, stdenv, gettext, fetchurl, pkg-config, gtkmm3, libxml2
|
{ lib
|
||||||
, bash, gtk3, glib, wrapGAppsHook, meson, ninja, python3
|
, stdenv
|
||||||
, gsettings-desktop-schemas, itstool, gnome3, librsvg, gdk-pixbuf, libgtop, systemd }:
|
, gettext
|
||||||
|
, fetchurl
|
||||||
|
, pkg-config
|
||||||
|
, gtkmm3
|
||||||
|
, libxml2
|
||||||
|
, bash
|
||||||
|
, gtk3
|
||||||
|
, libhandy
|
||||||
|
, glib
|
||||||
|
, wrapGAppsHook
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
, python3
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
, itstool
|
||||||
|
, gnome3
|
||||||
|
, librsvg
|
||||||
|
, gdk-pixbuf
|
||||||
|
, libgtop
|
||||||
|
, systemd
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-system-monitor";
|
pname = "gnome-system-monitor";
|
||||||
version = "3.38.0";
|
version = "40.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-system-monitor/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gnome-system-monitor/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1x5gd30g87im7fnqj63njlac69zywfd1r0vgsxkjag2hsns7mgvk";
|
sha256 = "06hxd4igxas2kyind5jwfq5qbfkknykpdfy2sy3anylhcx1hzczx";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config gettext itstool wrapGAppsHook meson ninja python3
|
pkg-config
|
||||||
|
gettext
|
||||||
|
itstool
|
||||||
|
wrapGAppsHook
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
bash gtk3 glib libxml2 gtkmm3 libgtop gdk-pixbuf gnome3.adwaita-icon-theme librsvg
|
bash
|
||||||
gsettings-desktop-schemas systemd
|
gtk3
|
||||||
|
libhandy
|
||||||
|
glib
|
||||||
|
libxml2
|
||||||
|
gtkmm3
|
||||||
|
libgtop
|
||||||
|
gdk-pixbuf
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
|
librsvg
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
systemd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x meson_post_install.py # patchShebangs requires executable file
|
chmod +x meson_post_install.py # patchShebangs requires executable file
|
||||||
patchShebangs meson_post_install.py
|
patchShebangs meson_post_install.py
|
||||||
|
Loading…
Reference in New Issue
Block a user