birdfont: add update script

This commit is contained in:
Grimmauld
2025-04-12 11:33:21 +02:00
parent 857e8f4c6c
commit 41ca06f4e6
+3
View File
@@ -18,6 +18,7 @@
gsettings-desktop-schemas,
wrapGAppsHook3,
autoPatchelfHook,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -63,6 +64,8 @@ stdenv.mkDerivation (finalAttrs: {
installPhase = "./install.py";
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Font editor which can generate fonts in TTF, EOT, SVG and BIRDFONT format";
homepage = "https://birdfont.org";