Merge pull request #283118 from panchoh/iotop_meta.mainProgram

iotop: add meta.mainProgram
This commit is contained in:
Franz Pletz 2024-01-23 08:31:03 +01:00 committed by GitHub
commit e7c61397a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};