about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorEmily Trau <13267947+emilytrau@users.noreply.github.com>2023-12-02 23:57:35 +1100
committerGitHub <noreply@github.com>2023-12-02 23:57:35 +1100
commitea95ced088351e1b67ebad97fac2949bc62618a9 (patch)
treecccd4771b33b710c7d22cbd85109a0fa8f89e714 /pkgs/applications/networking/instant-messengers
parent00cd75f96bdd4dce3b8c8f3b556dc94e96397c0f (diff)
parent7c7ba6877315b114adb8408cefb75799d88399ae (diff)
Merge pull request #271500 from cyntheticfox/patch/add-nheko-mainProgram
nheko: Add meta.mainProgram
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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: