Merge pull request #334191 from matshch/ipmitool-main-program

ipmitool: set mainProgram
This commit is contained in:
Peder Bergebakken Sundt 2024-08-17 04:48:51 +02:00 committed by GitHub
commit 866c9e2f3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "Command-line interface to IPMI-enabled devices";
mainProgram = "ipmitool";
license = licenses.bsd3;
homepage = "https://github.com/ipmitool/ipmitool";
platforms = platforms.unix;