From e5dce04f63d45f22366aa2b089265fa648fb3788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 4 Aug 2023 13:59:34 -0700 Subject: [PATCH] mrkd: add meta.mainProgram --- pkgs/tools/text/mrkd/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/text/mrkd/default.nix b/pkgs/tools/text/mrkd/default.nix index 1b97ef4b8c4d..b43b6cfdf6ab 100644 --- a/pkgs/tools/text/mrkd/default.nix +++ b/pkgs/tools/text/mrkd/default.nix @@ -46,6 +46,7 @@ in python.pkgs.buildPythonApplication rec { description = "Write man pages using Markdown, and convert them to Roff or HTML"; homepage = "https://github.com/refi64/mrkd"; license = licenses.bsd2; + mainProgram = "mrkd"; maintainers = with maintainers; [ prusnak ]; }; }