20 , gsettings-desktop-schemas
23 stdenv.mkDerivation rec {
28 url = "mirror://gnome/sources/gnome-logs/${lib.versions.major version}/${pname}-${version}.tar.xz";
29 hash = "sha256-sooG6lyYvRfyhztQfwhbDKDemBATZhH08u6wmGFOzlI=";
53 gsettings-desktop-schemas
63 updateScript = gnome.updateScript {
64 packageName = "gnome-logs";
65 attrPath = "gnome.gnome-logs";
70 homepage = "https://apps.gnome.org/Logs/";
71 description = "Log viewer for the systemd journal";
72 mainProgram = "gnome-logs";
73 maintainers = teams.gnome.members;
74 license = licenses.gpl3Plus;
75 platforms = platforms.linux;