mpdris2-rs: add updateScript (#444909)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "mpdris2-rs";
|
||||
@@ -23,6 +24,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
install -Dm644 misc/mpdris2-rs.service -t $out/lib/systemd/user
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Exposing MPRIS V2.2 D-Bus interface for MPD";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user