mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
moonlight-qt: Add passthru.updateScript
This commit is contained in:
parent
75fe4b5039
commit
a5110a69ae
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user