mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
sysstat: add iostat as mainProgram
(cherry picked from commit f251273e41
)
This commit is contained in:
parent
9fe0825aff
commit
92ad245496
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user