Commit 51f6fbef authored by lucasew's avatar lucasew
Browse files

sunshine: add meta.mainProgram



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent 0aac3c1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };