11 , gobject-introspection
18 stdenv.mkDerivation rec {
19 pname = "libgit2-glib";
22 outputs = [ "out" "dev" "devdoc" ];
25 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
26 sha256 = "w43XV12vgUHh5CIzOldfr2XzySEMCOg+mBuI3UG/HvM=";
39 propagatedBuildInputs = [
40 # Required by libgit2-glib-1.0.pc
47 python3.pkgs.pygobject3 # this should really be a propagated input of python output
55 for f in meson_vapi_link.py meson_python_compile.py; do
62 updateScript = gnome.updateScript {
64 versionPolicy = "none";
69 description = "A glib wrapper library around the libgit2 git access library";
70 homepage = "https://wiki.gnome.org/Projects/Libgit2-glib";
71 license = licenses.lgpl21Plus;
72 maintainers = teams.gnome.members;
73 platforms = platforms.linux;