12 gobject-introspection,
20 stdenv.mkDerivation rec {
21 pname = "libgit2-glib";
31 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
32 sha256 = "EzHa2oOPTh9ZGyZFnUQSajJd52LcPNJhU6Ma+9/hgZA=";
37 name = "support-libgit2-1.8.patch";
38 # https://gitlab.gnome.org/GNOME/libgit2-glib/-/merge_requests/40
39 url = "https://gitlab.gnome.org/GNOME/libgit2-glib/-/commit/a76fdf96c3af9ce9d21a3985c4be8a1aa6eea661.patch";
40 hash = "sha256-ysU8pAixyftensfEC9bE0RUFMPMei0jYT26WKN5uOFE=";
54 propagatedBuildInputs = [
55 # Required by libgit2-glib-1.0.pc
62 python3.pkgs.pygobject3 # this should really be a propagated input of python output
70 chmod +x meson_python_compile.py
71 patchShebangs meson_python_compile.py
75 updateScript = gnome.updateScript {
77 versionPolicy = "none";
82 description = "Glib wrapper library around the libgit2 git access library";
83 homepage = "https://gitlab.gnome.org/GNOME/libgit2-glib";
84 license = licenses.lgpl21Plus;
85 maintainers = teams.gnome.members;
86 platforms = platforms.linux;