mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
cpufrequtils: add mainProgram cpufreq-set
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
2b52388d19
commit
d894a80537
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "cpufreq-set";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user