sunshine: add meta.mainProgram

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2023-12-25 10:10:24 -03:00
parent 0aac3c1a5c
commit 51f6fbefdc

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;
};