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"; description = "Desktop client for the Matrix protocol";
homepage = "https://github.com/Nheko-Reborn/nheko"; homepage = "https://github.com/Nheko-Reborn/nheko";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
mainProgram = "nheko";
maintainers = with maintainers; [ ekleog fpletz ]; maintainers = with maintainers; [ ekleog fpletz ];
platforms = platforms.all; platforms = platforms.all;
# Should be fixable if a higher clang version is used, see: # Should be fixable if a higher clang version is used, see: