mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
adaa24fbf4
commit
e67dc71048
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue