Merge pull request #276705 from lucasew/mainprogram/sunshine
sunshine: add meta.mainProgram
This commit is contained in:
commit
8b24997783
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue