We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6d4dbb8 commit a86d746Copy full SHA for a86d746
pkgs/tools/system/thermald/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
31
description = "Thermal Daemon";
32
homepage = https://01.org/linux-thermal-daemon;
33
license = licenses.gpl2;
34
- platforms = platforms.linux;
+ platforms = [ "x86_64-linux" "i686-linux" ];
35
maintainers = with maintainers; [ abbradar ];
36
};
37
}
0 commit comments