Skip to content

Commit a86d746

Browse files
committedDec 5, 2017
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.
1 parent 6d4dbb8 commit a86d746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/tools/system/thermald/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
3131
description = "Thermal Daemon";
3232
homepage = https://01.org/linux-thermal-daemon;
3333
license = licenses.gpl2;
34-
platforms = platforms.linux;
34+
platforms = [ "x86_64-linux" "i686-linux" ];
3535
maintainers = with maintainers; [ abbradar ];
3636
};
3737
}

0 commit comments

Comments
 (0)
Please sign in to comment.