13 , gobject-introspection
15 , gsettings-desktop-schemas
31 stdenv.mkDerivation rec {
36 url = "mirror://gnome/sources/gitg/${lib.versions.majorMinor version}/gitg-${version}.tar.xz";
37 hash = "sha256-NCoxaE2rlnHNNBvT485mWtzuBGDCoIHdxJPNvAMTJTA=";
53 gsettings-desktop-schemas
71 patchShebangs meson_post_install.py
73 substituteInPlace tests/libgitg/test-commit.vala --replace-fail "/bin/bash" "${bash}/bin/bash"
79 --prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
84 updateScript = gnome.updateScript {
92 homepage = "https://gitlab.gnome.org/GNOME/gitg";
93 changelog = "https://gitlab.gnome.org/GNOME/gitg/-/blob/v${version}/NEWS?ref_type=tags";
94 description = "GNOME GUI client to view git repositories";
96 maintainers = with maintainers; [ domenkozar Luflosi ];
97 license = licenses.gpl2Plus;
98 platforms = platforms.linux;