21 stdenv.mkDerivation rec {
22 pname = "gnome-usage";
26 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
27 hash = "sha256-GGrajgAYjIn4yrVPNZmO2XpG6rb9shiRAoNhvzhqybI=";
51 chmod +x build-aux/meson/postinstall.sh
52 patchShebangs build-aux/meson/postinstall.sh
56 updateScript = gnome.updateScript {
62 description = "Nice way to view information about use of system resources, like memory and disk space";
63 mainProgram = "gnome-usage";
64 homepage = "https://gitlab.gnome.org/GNOME/gnome-usage";
65 license = licenses.gpl3Plus;
66 platforms = platforms.linux;
67 maintainers = teams.gnome.members;