25 stdenv.mkDerivation rec {
26 pname = "moonlight-embedded";
29 src = fetchFromGitHub {
30 owner = "moonlight-stream";
31 repo = "moonlight-embedded";
33 hash = "sha256-Jc706BjIT3rS9zwntNOdgszP4CHuX+qxvPvWeU68Amg=";
34 fetchSubmodules = true;
67 description = "Open source implementation of NVIDIA's GameStream";
68 homepage = "https://github.com/moonlight-stream/moonlight-embedded";
69 license = licenses.gpl3Plus;
71 mainProgram = "moonlight";
72 platforms = platforms.linux;