about summary refs log tree commit diff
path: root/pkgs/tools/networking/ifstat-legacy/default.nix
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-02-11 03:19:15 +0100
committerh7x4 <h7x4@nani.wtf>2024-02-11 03:19:15 +0100
commit8121f3559a98259a8e767dedf4eaf3939442c54d (patch)
tree1b2191384a291042e08164b668be7b29a551f05f /pkgs/tools/networking/ifstat-legacy/default.nix
parent2253eb356824637e3aa49bb399f546336efeaad1 (diff)
treewide: add `mainProgram`
Diffstat (limited to 'pkgs/tools/networking/ifstat-legacy/default.nix')
-rw-r--r--pkgs/tools/networking/ifstat-legacy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/ifstat-legacy/default.nix b/pkgs/tools/networking/ifstat-legacy/default.nix
index 014cce5ea4f1b..ff36f83ef8dc4 100644
--- a/pkgs/tools/networking/ifstat-legacy/default.nix
+++ b/pkgs/tools/networking/ifstat-legacy/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ peterhoeg ];
     platforms   = platforms.unix;
     license     = licenses.gpl2;
+    mainProgram = "ifstat-legacy";
   };
 }