From 9745447dbe4bf4cad2b2d551e90f4bdb493f1f38 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 7 Jul 2026 10:23:17 +0200 Subject: [PATCH] gelly: add nix-update-script --- pkgs/by-name/ge/gelly/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/ge/gelly/package.nix b/pkgs/by-name/ge/gelly/package.nix index ed88f136f97f..aca8cef79442 100644 --- a/pkgs/by-name/ge/gelly/package.nix +++ b/pkgs/by-name/ge/gelly/package.nix @@ -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";