Unverified Commit 866c9e2f authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

ipmitool: set mainProgram
parents fd550b74 4ddef700
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;