moonlight-qt: Add passthru.updateScript

This commit is contained in:
Zhong Jianxin 2024-06-30 19:32:05 +08:00
parent 75fe4b5039
commit a5110a69ae

View File

@ -20,6 +20,7 @@
libvdpau,
libxkbcommon,
wayland,
nix-update-script,
}:
let
@ -98,6 +99,8 @@ stdenv'.mkDerivation rec {
ln -s $out/Applications/Moonlight.app/Contents/MacOS/Moonlight $out/bin/moonlight
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Play your PC games on almost any device";
homepage = "https://moonlight-stream.org";