7 , gobject-introspection
19 python3.pkgs.buildPythonApplication rec {
26 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
27 hash = "sha256-d2m9T09j3ImhQ+hs3ET+rr1/jJab6lwfWoaskxGQL0g=";
32 gobject-introspection # For setup hook
48 propagatedBuildInputs = with python3.pkgs; [
59 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
63 updateScript = gnome.updateScript {
64 packageName = "accerciser";
65 versionPolicy = "odd-unstable";
70 homepage = "https://gitlab.gnome.org/GNOME/accerciser";
71 changelog = "https://gitlab.gnome.org/GNOME/accerciser/-/blob/${version}/NEWS?ref_type=tags";
72 description = "Interactive Python accessibility explorer";
73 mainProgram = "accerciser";
74 maintainers = teams.gnome.members;
75 license = licenses.bsd3;
76 platforms = platforms.linux;