Merge pull request #334191 from matshch/ipmitool-main-program
ipmitool: set mainProgram
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user