From 6c0a0318dc632ed475d4cbb08de3b11190bd0233 Mon Sep 17 00:00:00 2001 From: Raphael Robatsch Date: Wed, 13 Dec 2023 13:13:43 +0100 Subject: [PATCH] chroma: set meta.mainProgram --- pkgs/tools/text/chroma/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/text/chroma/default.nix b/pkgs/tools/text/chroma/default.nix index af5241de7a05..2b59831529db 100644 --- a/pkgs/tools/text/chroma/default.nix +++ b/pkgs/tools/text/chroma/default.nix @@ -33,5 +33,6 @@ buildGoModule rec { description = "A general purpose syntax highlighter in pure Go"; license = licenses.mit; maintainers = [ maintainers.sternenseemann ]; + mainProgram = "chroma"; }; }