gelly: add nix-update-script
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user