Merge pull request #283309 from a-kenji/moonlight

moonlight-embedded: add meta.mainProgram
This commit is contained in:
Jörg Thalheim 2024-01-23 22:05:07 +01:00 committed by GitHub
commit 927742e485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/moonlight-stream/moonlight-embedded";
license = licenses.gpl3Plus;
maintainers = [];
mainProgram = "moonlight";
platforms = platforms.linux;
};
}