11 , gobject-introspection
21 python3.pkgs.buildPythonApplication rec {
25 src = fetchFromGitHub {
29 hash = "sha256-7qkQelB0Y+DBihhaYVVQjK66pk8p2Sjhno87bW554SY=";
38 appstream # for appstreamcli
55 propagatedBuildInputs = with python3.pkgs; [
67 meson test --print-errorlogs
71 description = "LaTeX editor written in Python with Gtk";
72 homepage = src.meta.homepage;
73 license = licenses.gpl3Plus;
74 maintainers = with maintainers; [ dotlambda ];