about summary refs log tree commit diff
path: root/pkgs/tools/text/fst/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/fst/default.nix')
-rw-r--r--pkgs/tools/text/fst/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/fst/default.nix b/pkgs/tools/text/fst/default.nix
index d08d29376b74..0ad2075de08f 100644
--- a/pkgs/tools/text/fst/default.nix
+++ b/pkgs/tools/text/fst/default.nix
@@ -31,6 +31,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Represent large sets and maps compactly with finite state transducers";
+    mainProgram = "fst";
     homepage = "https://github.com/BurntSushi/fst";
     license = with licenses; [ unlicense /* or */ mit ];
     maintainers = with maintainers; [ rmcgibbo ];