Commit 3bdadfe6 authored by Mynacol's avatar Mynacol Committed by Alyssa Ross
Browse files

kexec-tools: Set meta.mainProgram to kexec

(cherry picked from commit cb8dcb77)
parent f9e2fbc9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,5 +62,6 @@ stdenv.mkDerivation rec {
      "sparc64-linux"
    ];
    license = licenses.gpl2Only;
    mainProgram = "kexec";
  };
}