mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
cpupower: add meta.mainProgram
This commit is contained in:
parent
9ee8e1eff0
commit
32d490d949
@ -39,6 +39,7 @@ stdenv.mkDerivation {
|
||||
description = "Tool to examine and tune power saving features";
|
||||
homepage = "https://www.kernel.org/";
|
||||
license = licenses.gpl2;
|
||||
mainProgram = "cpupower";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user