about summary refs log tree commit diff
path: root/pkgs/tools/text/chars/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/chars/default.nix')
-rw-r--r--pkgs/tools/text/chars/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/chars/default.nix b/pkgs/tools/text/chars/default.nix
index 74083feb68f5..509953e8059b 100644
--- a/pkgs/tools/text/chars/default.nix
+++ b/pkgs/tools/text/chars/default.nix
@@ -21,6 +21,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Commandline tool to display information about unicode characters";
+    mainProgram = "chars";
     homepage = "https://github.com/antifuchs/chars";
     license = licenses.mit;
     maintainers = with maintainers; [ bbigras ];