forked from mirrors/nixpkgs
thermald: Only works on x86
https://hydra.nixos.org/build/65220138 In general, the changelog at https://github.com/intel/thermal_daemon sounds like it's only targeted at Intel processors.
This commit is contained in:
parent
6d4dbb8ca1
commit
a86d746b93
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Thermal Daemon";
|
||||
homepage = https://01.org/linux-thermal-daemon;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue