cpufrequtils: set platform to x86_64-linux

This commit is contained in:
fortuneteller2k 2021-06-06 14:31:18 +08:00
parent 4a34590ece
commit 4beede5bf0

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Tools to display or change the CPU governor settings"; description = "Tools to display or change the CPU governor settings";
homepage = "http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"; homepage = "http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html";
license = licenses.gpl2; license = licenses.gpl2Only;
platforms = platforms.linux; platforms = [ "x86_64-linux" ];
}; };
} }