Skip to content

Commit f251273

Browse files
hensokobjornfor
authored andcommitted
sysstat: add iostat as mainProgram
1 parent 3db1263 commit f251273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/os-specific/linux/sysstat/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
3232
patches = [ ./install.patch ];
3333

3434
meta = {
35+
mainProgram = "iostat";
3536
homepage = "http://sebastien.godard.pagesperso-orange.fr/";
3637
description = "Collection of performance monitoring tools for Linux (such as sar, iostat and pidstat)";
3738
license = lib.licenses.gpl2Plus;

0 commit comments

Comments
 (0)