about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/search/xlsxgrep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/search/xlsxgrep/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/search/xlsxgrep/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/search/xlsxgrep/default.nix b/nixpkgs/pkgs/applications/search/xlsxgrep/default.nix
index 18b3a1a26c87..454e9210db6a 100644
--- a/nixpkgs/pkgs/applications/search/xlsxgrep/default.nix
+++ b/nixpkgs/pkgs/applications/search/xlsxgrep/default.nix
@@ -14,6 +14,7 @@ python3Packages.buildPythonApplication rec {
   meta = with lib; {
     maintainers = with maintainers; [ felixscheinost ];
     description = "CLI tool to search text in XLSX and XLS files. It works similarly to Unix/GNU Linux grep";
+    mainProgram = "xlsxgrep";
     homepage = "https://github.com/zazuum/xlsxgrep";
     license = licenses.mit;
   };