sysstat: add iostat as mainProgram

This commit is contained in:
Hendrik Sokolowski 2024-10-25 21:56:14 +02:00 committed by Bjørn Forsman
parent 3db1263401
commit f251273e41

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
patches = [ ./install.patch ];
meta = {
mainProgram = "iostat";
homepage = "http://sebastien.godard.pagesperso-orange.fr/";
description = "Collection of performance monitoring tools for Linux (such as sar, iostat and pidstat)";
license = lib.licenses.gpl2Plus;