sysstat: add iostat as mainProgram

(cherry picked from commit f251273e41)
This commit is contained in:
Hendrik Sokolowski 2024-10-25 21:56:14 +02:00 committed by Bjørn Forsman
parent 9fe0825aff
commit 92ad245496

View File

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