Unverified Commit 41ca06f4 authored by Grimmauld's avatar Grimmauld
Browse files

birdfont: add update script

parent 857e8f4c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";