9 buildPythonPackage rec {
10 pname = "mkdocs-drawio-exporter";
16 inherit pname version;
17 hash = "sha256-9cvA186FS6bHmpOrv4OfPZ5kRfgfafBfaWxgWJIlwwA=";
20 propagatedBuildInputs = [ mkdocs drawio-headless ];
22 pythonImportsCheck = [ "mkdocsdrawioexporter" ];
25 description = "Exports your Draw.io diagrams at build time for easier embedding into your documentation.";
26 homepage = "https://github.com/LukeCarrier/mkdocs-drawio-exporter/";
27 license = licenses.mit;
28 maintainers = with maintainers; [ snpschaaf ];
30 Exports your Draw.io diagrams at build time for easier embedding into your documentation.