7 , gobject-introspection
13 stdenv.mkDerivation rec {
17 outputs = [ "out" "dev" ];
20 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
21 sha256 = "Q+qa0T98r5gwPmQXKxkb6blrqzQLAZ3u7HIlHuFA/js=";
25 # uname output embedded in https://gitlab.gnome.org/GNOME/libgtop/-/blob/master/src/daemon/Makefile.am
34 propagatedBuildInputs = [
39 updateScript = gnome.updateScript {
41 versionPolicy = "odd-unstable";
46 description = "A library that reads information about processes and the running system";
47 license = licenses.gpl2Plus;
48 maintainers = teams.gnome.members;
49 platforms = platforms.unix;