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:
Tuomas Tynkkynen 2017-12-05 23:15:20 +02:00
parent 6d4dbb8ca1
commit a86d746b93

View file

@ -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 ];
};
}