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";