14 gobject-introspection,
16 gsettings-desktop-schemas,
32 stdenv.mkDerivation rec {
37 url = "mirror://gnome/sources/gitg/${lib.versions.majorMinor version}/gitg-${version}.tar.xz";
38 hash = "sha256-NCoxaE2rlnHNNBvT485mWtzuBGDCoIHdxJPNvAMTJTA=";
54 gsettings-desktop-schemas
72 patchShebangs meson_post_install.py
74 substituteInPlace tests/libgitg/test-commit.vala --replace-fail "/bin/bash" "${bash}/bin/bash"
80 --prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
85 updateScript = gnome.updateScript {
93 homepage = "https://gitlab.gnome.org/GNOME/gitg";
94 changelog = "https://gitlab.gnome.org/GNOME/gitg/-/blob/v${version}/NEWS?ref_type=tags";
95 description = "GNOME GUI client to view git repositories";
97 maintainers = with maintainers; [
101 license = licenses.gpl2Plus;
102 platforms = platforms.linux;