Merge pull request #283118 from panchoh/iotop_meta.mainProgram
iotop: add meta.mainProgram
This commit is contained in:
commit
e7c61397a6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
description = "A tool to find out the processes doing the most IO";
|
description = "A tool to find out the processes doing the most IO";
|
||||||
homepage = "http://guichaz.free.fr/iotop";
|
homepage = "http://guichaz.free.fr/iotop";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
mainProgram = "iotop";
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue