about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/nheko
diff options
context:
space:
mode:
authorCynthia Fox <cyntheticfox@gh0st.sh>2023-12-01 13:02:59 -0500
committerCynthia Fox <cyntheticfox@gh0st.sh>2023-12-01 13:02:59 -0500
commit7c7ba6877315b114adb8408cefb75799d88399ae (patch)
treec2cc41053b4931f31e93c2525ec3df8c6123a8ee /pkgs/applications/networking/instant-messengers/nheko
parent786100e12d24e50888986a553a26a60bbd484f01 (diff)
nheko: Add meta.mainProgram
Signed-off-by: Cynthia Fox <cyntheticfox@gh0st.sh>
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/nheko')
-rw-r--r--pkgs/applications/networking/instant-messengers/nheko/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix
index acc6f8948fc0d..45c7e556a71d3 100644
--- a/pkgs/applications/networking/instant-messengers/nheko/default.nix
+++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix
@@ -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: