pdfsam-basic: add updateScript

This commit is contained in:
Kenichi Kamiya
2025-04-23 00:02:55 +09:00
parent 2110ff3288
commit 736bea03b4
@@ -6,6 +6,7 @@
jdk21,
wrapGAppsHook3,
glib,
nix-update-script,
}:
stdenv.mkDerivation rec {
@@ -47,6 +48,8 @@ stdenv.mkDerivation rec {
categories = [ "Office" ];
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/torakiki/pdfsam";
description = "Multi-platform software designed to extract pages, split, merge, mix and rotate PDF files";