iotop-c: add meta.mainProgram

This commit is contained in:
pancho horrillo 2024-01-23 00:25:36 +01:00
parent 34f26792aa
commit 242faeffee
No known key found for this signature in database
GPG Key ID: 11E0447D4ABBA7D0

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
description = "iotop identifies processes that use high amount of input/output requests on your machine";
homepage = "https://github.com/Tomas-M/iotop";
maintainers = [ maintainers.arezvov ];
mainProgram = "iotop-c";
license = licenses.gpl2Plus;
platforms = platforms.linux;
};