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
+1
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;