7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitLab {
16 hash = "sha256-TIACg89E/BaMwPgFqj6JUncq7BI5xQ9jUDe4nQ9YiI4=";
19 build-system = with python3.pkgs; [
23 pythonImportsCheck = [ "sphinxygen" ];
26 description = "Generates Sphinx markup from an XML description extracted by Doxygen";
27 homepage = "https://gitlab.com/drobilla/sphinxygen";
28 changelog = "https://gitlab.com/drobilla/sphinxygen/-/releases/v${version}";
29 license = lib.licenses.isc;
30 maintainers = with lib.maintainers; [ samueltardieu ];
31 mainProgram = "sphinxygen";