about summary refs log tree commit diff
path: root/pkgs/tools/system/ioping
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ioping')
-rw-r--r--pkgs/tools/system/ioping/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/ioping/default.nix b/pkgs/tools/system/ioping/default.nix
index 9af290503f494..f610258cf503e 100644
--- a/pkgs/tools/system/ioping/default.nix
+++ b/pkgs/tools/system/ioping/default.nix
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
     platforms = platforms.unix;
     license = licenses.gpl3Plus;
     homepage = "https://github.com/koct9i/ioping";
+    mainProgram = "ioping";
   };
 }