nheko: Add meta.mainProgram

Signed-off-by: Cynthia Fox <cyntheticfox@gh0st.sh>
This commit is contained in:
Cynthia Fox 2023-12-01 13:02:59 -05:00
parent 786100e12d
commit 7c7ba68773
No known key found for this signature in database
GPG Key ID: 5960278CE235F821

View File

@ -109,6 +109,7 @@ stdenv.mkDerivation rec {
description = "Desktop client for the Matrix protocol";
homepage = "https://github.com/Nheko-Reborn/nheko";
license = licenses.gpl3Plus;
mainProgram = "nheko";
maintainers = with maintainers; [ ekleog fpletz ];
platforms = platforms.all;
# Should be fixable if a higher clang version is used, see: