gradia: add passthru.updateScript

This commit is contained in:
DontEatOreo
2025-08-04 00:16:28 +03:00
parent 94f545654e
commit 2e90eacdc5
+3
View File
@@ -18,6 +18,7 @@
webp-pixbuf-loader,
libsoup_3,
bash,
nix-update-script,
}:
python3Packages.buildPythonApplication rec {
pname = "gradia";
@@ -71,6 +72,8 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Make your screenshots ready for the world";
homepage = "https://github.com/AlexanderVanhee/Gradia";