gelly: add nix-update-script

This commit is contained in:
Minijackson
2026-07-07 10:23:20 +02:00
parent 1ee99f2ec9
commit 9745447dbe
+3
View File
@@ -14,6 +14,7 @@
openssl,
bubblewrap,
glycin-loaders,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -69,6 +70,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
)
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "A Jellyfin GTK client for Linux focused on music";
homepage = "https://github.com/Fingel/gelly";