about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/text/sorted-grep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/text/sorted-grep/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/text/sorted-grep/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/text/sorted-grep/default.nix b/nixpkgs/pkgs/tools/text/sorted-grep/default.nix
index 60bc0bee676f..f0225d8a2444 100644
--- a/nixpkgs/pkgs/tools/text/sorted-grep/default.nix
+++ b/nixpkgs/pkgs/tools/text/sorted-grep/default.nix
@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://sgrep.sourceforge.net/";
     description = "Sgrep (sorted grep) searches sorted input files for lines that match a search key";
+    mainProgram = "sgrep";
     longDescription = ''
       Sgrep (sorted grep) searches sorted input files for lines that match a search
       key and outputs the matching lines. When searching large files sgrep is much