about summary refs log tree commit diff
path: root/pkgs/development/python-modules/navec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/navec/default.nix')
-rw-r--r--pkgs/development/python-modules/navec/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/navec/default.nix b/pkgs/development/python-modules/navec/default.nix
index 2f39e56b492c3..e5712212eb698 100644
--- a/pkgs/development/python-modules/navec/default.nix
+++ b/pkgs/development/python-modules/navec/default.nix
@@ -25,6 +25,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Compact high quality word embeddings for Russian language";
+    mainProgram = "navec-train";
     homepage = "https://github.com/natasha/navec";
     license = licenses.mit;
     maintainers = with maintainers; [ npatsakula ];