Unverified Commit b7250fc4 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

mpdris2-rs: add updateScript (#444909)

parents 13eec306 7c36d21f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = ''