Skip to content

Commit

Permalink
karlender: add passthru.updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Nov 6, 2024
1 parent 9784aa5 commit ddcb7a1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/by-name/ka/karlender/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
wrapGAppsHook4,
glib,
tzdata,
nix-update-script,
}:

rustPlatform.buildRustPackage rec {
Expand Down Expand Up @@ -53,12 +54,14 @@ rustPlatform.buildRustPackage rec {
install -Dm444 target/gra-gen/data/codes.loers.Karlender.appdata.xml -t $out/share/metainfo/
'';

meta = with lib; {
passthru.updateScript = nix-update-script { };

meta = {
description = "Mobile-friendly GTK calendar application";
mainProgram = "karlender";
homepage = "https://gitlab.com/floers/karlender";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ chuangzhu ];
platforms = platforms.linux;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ chuangzhu ];
platforms = lib.platforms.linux;
};
}

0 comments on commit ddcb7a1

Please sign in to comment.