about summary refs log tree commit diff
path: root/pkgs/tools/text/repgrep
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-02 14:58:30 -0400
committerMatthieu Coudron <teto@users.noreply.github.com>2023-07-02 22:52:04 +0200
commit1caf779f9ba6ce5a2f18a29d914d5109a5b55c87 (patch)
tree6b4eba50fa3ac79a9bc02a5d8f9605a7ebcce15e /pkgs/tools/text/repgrep
parente50d2c990f0ab639529fb0bc4009fbabffe017cd (diff)
downloadnixlib-1caf779f9ba6ce5a2f18a29d914d5109a5b55c87.tar
nixlib-1caf779f9ba6ce5a2f18a29d914d5109a5b55c87.tar.gz
nixlib-1caf779f9ba6ce5a2f18a29d914d5109a5b55c87.tar.bz2
nixlib-1caf779f9ba6ce5a2f18a29d914d5109a5b55c87.tar.lz
nixlib-1caf779f9ba6ce5a2f18a29d914d5109a5b55c87.tar.xz
nixlib-1caf779f9ba6ce5a2f18a29d914d5109a5b55c87.tar.zst
nixlib-1caf779f9ba6ce5a2f18a29d914d5109a5b55c87.zip
repgrep: set meta.mainProgram
Diffstat (limited to 'pkgs/tools/text/repgrep')
-rw-r--r--pkgs/tools/text/repgrep/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/repgrep/default.nix b/pkgs/tools/text/repgrep/default.nix
index 0a0c8cb31982..d732687b342c 100644
--- a/pkgs/tools/text/repgrep/default.nix
+++ b/pkgs/tools/text/repgrep/default.nix
@@ -42,5 +42,6 @@ rustPlatform.buildRustPackage rec {
     changelog = "https://github.com/acheronfail/repgrep/blob/${src.rev}/CHANGELOG.md";
     license = with licenses; [ mit asl20 unlicense ];
     maintainers = with maintainers; [ figsoda ];
+    mainProgram = "rgr";
   };
 }