iotop: add meta.mainProgram

This commit is contained in:
pancho horrillo
2024-01-23 07:39:53 +01:00
parent 98ad610d60
commit d7168269c8
+1
View File
@@ -22,6 +22,7 @@ python3Packages.buildPythonApplication rec {
description = "A tool to find out the processes doing the most IO";
homepage = "http://guichaz.free.fr/iotop";
license = licenses.gpl2;
mainProgram = "iotop";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
};