Unverified Commit 0c0d2696 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

edac-utils: set meta.mainProgram (#407344)

parents 5da264a9 e67dc710
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;
  };