nheko: Add meta.mainProgram
Signed-off-by: Cynthia Fox <cyntheticfox@gh0st.sh>
This commit is contained in:
parent
786100e12d
commit
7c7ba68773
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue