Merge pull request #276705 from lucasew/mainprogram/sunshine

sunshine: add meta.mainProgram
This commit is contained in:
Thiago Kenji Okada 2023-12-25 14:22:23 +00:00 committed by GitHub
commit 8b24997783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ stdenv.mkDerivation rec {
description = "Sunshine is a Game stream host for Moonlight";
homepage = "https://github.com/LizardByte/Sunshine";
license = licenses.gpl3Only;
mainProgram = "sunshine";
maintainers = with maintainers; [ devusb ];
platforms = platforms.linux;
};