about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/text/anewer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/text/anewer/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/text/anewer/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/text/anewer/default.nix b/nixpkgs/pkgs/tools/text/anewer/default.nix
index e41b12cee447..69c4eb39b351 100644
--- a/nixpkgs/pkgs/tools/text/anewer/default.nix
+++ b/nixpkgs/pkgs/tools/text/anewer/default.nix
@@ -15,6 +15,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Append lines from stdin to a file if they don't already exist in the file";
+    mainProgram = "anewer";
     homepage = "https://github.com/ysf/anewer";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ figsoda ];