calligraphy: add update-script

This commit is contained in:
awwpotato
2025-06-26 16:58:47 -07:00
parent bf9cef120b
commit 522b70138f
+3
View File
@@ -9,6 +9,7 @@
wrapGAppsHook4,
desktop-file-utils,
libadwaita,
nix-update-script,
}:
python3Packages.buildPythonApplication rec {
@@ -46,6 +47,8 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "GTK tool turning text into ASCII banners";
homepage = "https://calligraphy.geopjr.dev";