Commit e67dc710 authored by Andrew Marshall's avatar Andrew Marshall
Browse files

edac-utils: set meta.mainProgram

There is also `edac-ctl`, but this seems more likely what one wants
*most* of the time. Either way, better than no mainProgram.
parent adaa24fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ stdenv.mkDerivation {
  meta = with lib; {
    homepage = "https://github.com/grondo/edac-utils";
    description = "Handles the reporting of hardware-related memory errors";
    mainProgram = "edac-util";
    license = licenses.gpl2Plus;
    platforms = platforms.linux;
  };