sunshine: add meta.mainProgram
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
0aac3c1a5c
commit
51f6fbefdc
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