7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-xgBBZTViMzYgxaYb24druUwLqVWdf9utCETC+goLqYk=";
19 build-system = [ python3.pkgs.flit-core ];
21 dependencies = with python3.pkgs; [
29 optional-dependencies = with python3.pkgs; {
36 pythonImportsCheck = [ "typstwriter" ];
39 changelog = "https://github.com/Bzero/typstwriter/releases/tag/V${version}";
40 description = "Integrated editor for the typst typesetting system";
41 homepage = "https://github.com/Bzero/typstwriter";
42 license = lib.licenses.mit;
43 mainProgram = "typstwriter";
44 maintainers = with lib.maintainers; [ drupol ];