about summary refs log tree commit diff
path: root/pkgs/tools/networking/prettyping
diff options
context:
space:
mode:
authorReed <mrnitsuj1@gmail.com>2024-01-27 09:35:15 -0500
committerReed <mrnitsuj1@gmail.com>2024-01-27 09:35:15 -0500
commit6e4b590ddd04d6c5d9da86451ce21c8967fa11b5 (patch)
treee177b186a55aca65424b7ff525c802e8987807bd /pkgs/tools/networking/prettyping
parentc01d3cb4185acbe9b1653d7332dc193d92355c52 (diff)
prettyping: set meta.mainProgram
Diffstat (limited to 'pkgs/tools/networking/prettyping')
-rw-r--r--pkgs/tools/networking/prettyping/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/prettyping/default.nix b/pkgs/tools/networking/prettyping/default.nix
index 16311f5b99612..ac5dd3d1d6aeb 100644
--- a/pkgs/tools/networking/prettyping/default.nix
+++ b/pkgs/tools/networking/prettyping/default.nix
@@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/denilsonsa/prettyping";
     description = "A wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read";
+    mainProgram = "prettyping";
     license = with licenses; [ mit ];
     platforms = platforms.unix;
     maintainers = with maintainers; [ qoelet ];