about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaphael Robatsch <raphael-git@tapesoftware.net>2023-12-13 13:13:43 +0100
committerRaphael Robatsch <raphael-git@tapesoftware.net>2023-12-13 13:13:43 +0100
commit6c0a0318dc632ed475d4cbb08de3b11190bd0233 (patch)
tree2cd0d41c79ef94dd6f87e2d86eb6ab472f56d402
parentd36a18614494b57e7fdf6785c886d02bc5e1245b (diff)
chroma: set meta.mainProgram
-rw-r--r--pkgs/tools/text/chroma/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/chroma/default.nix b/pkgs/tools/text/chroma/default.nix
index af5241de7a05a..2b59831529dbd 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";
   };
 }