lrcget: add passthru.updateScript

This commit is contained in:
eljamm
2024-12-25 19:34:53 +01:00
parent a33f200bfc
commit 5ab4b4fade
+3
View File
@@ -14,6 +14,7 @@
makeDesktopItem,
alsa-lib,
darwin,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "lrcget";
@@ -104,6 +105,8 @@ rustPlatform.buildRustPackage rec {
})
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Utility for mass-downloading LRC synced lyrics for your offline music library";
homepage = "https://github.com/tranxuanthang/lrcget";