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.
This commit is contained in:
Andrew Marshall 2025-05-15 08:42:43 -04:00
parent adaa24fbf4
commit e67dc71048

View file

@ -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;
};