Unverified Commit 4ddef700 authored by Artem Leshchev's avatar Artem Leshchev Committed by GitHub
Browse files

ipmitool: set mainProgram

parent 33c8b1a7
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;