From 4ac65f5399b4ed8530dc011531f0aca953751e70 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 4 Jun 2024 17:37:38 +0200 Subject: [PATCH] fetchmail: add meta.mainProgram --- pkgs/applications/misc/fetchmail/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/fetchmail/default.nix b/pkgs/applications/misc/fetchmail/default.nix index e1a3e8e405b6..d13b8cc718a3 100644 --- a/pkgs/applications/misc/fetchmail/default.nix +++ b/pkgs/applications/misc/fetchmail/default.nix @@ -26,5 +26,6 @@ stdenv.mkDerivation rec { ''; platforms = platforms.unix; license = licenses.gpl2Plus; + mainProgram = "fetchmail"; }; }