14 python3Packages.buildPythonApplication rec {
15 pname = "calligraphy";
17 pyproject = false; # Built with meson
19 src = fetchFromGitLab {
20 domain = "gitlab.gnome.org";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-Vqbrt8zS2PL4Fhc421DY+IkjD4nuGqSNTLlE8IYSmcI=";
40 dependencies = with python3Packages; [
47 makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
50 description = "GTK tool turning text into ASCII banners";
51 homepage = "https://calligraphy.geopjr.dev";
52 license = with lib.licenses; [
57 mainProgram = "calligraphy";
58 maintainers = with lib.maintainers; [ aleksana ];
59 platforms = lib.platforms.linux;