9 python3.pkgs.buildPythonApplication rec {
16 url = "mirror://gnome/sources/gi-docgen/${lib.versions.major version}/gi-docgen-${version}.tar.xz";
17 hash = "sha256-TesfCXc/cGJZrGUgUNp7PuWYcbw/1c+3foEdt0mNyOc=";
29 pythonPath = with python3.pkgs; [
35 toml # remove once python311 is the default
39 doCheck = false; # no tests
42 # Do not propagate Python
43 substituteInPlace $out/nix-support/propagated-build-inputs \
44 --replace "${python3}" ""
48 updateScript = gnome.updateScript {
49 packageName = "gi-docgen";
54 description = "Documentation generator for GObject-based libraries";
55 mainProgram = "gi-docgen";
56 homepage = "https://gitlab.gnome.org/GNOME/gi-docgen";
57 license = licenses.asl20; # OR GPL-3.0-or-later
58 maintainers = teams.gnome.members;