about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2023-12-11 21:45:13 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-12 01:49:02 +0000
commit58970bd56d24bf57b1ba2ea284e292ddb425ce31 (patch)
treed60db85ba19be179d78fb51292a1d4a554a2da95 /pkgs/applications/networking/mailreaders
parent2e9caa02451bfad60d4c73cec26a13215251d81e (diff)
notmuch: set meta.mainProgram
(cherry picked from commit d67b73eba19f80ad0e3ac625224724344fb2b49a)
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index 87ad4a015fd8b..366d49c58875e 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -146,5 +146,6 @@ stdenv.mkDerivation rec {
     license     = licenses.gpl3Plus;
     maintainers = with maintainers; [ flokli puckipedia ];
     platforms   = platforms.unix;
+    mainProgram = "notmuch";
   };
 }