gnu: thermald: Only build on i686 and x86_64.
authorEfraim Flashner <efraim@flashner.co.il>
Thu, 29 Jun 2017 20:08:02 +0000 (23:08 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 29 Jun 2017 20:08:17 +0000 (23:08 +0300)
* gnu/packages/admin.scm (thermald)[supported-systems]: New field.

gnu/packages/admin.scm

index 2cc5200..5bb9886 100644 (file)
@@ -2263,4 +2263,6 @@ make it a perfect utility on modern distros.")
     (synopsis "CPU scaling for thermal management")
     (description "The Linux Thermal Daemon helps monitor and control temperature
 on systems running the Linux kernel.")
+    ;; arm and aarch64 don't have cpuid.h
+    (supported-systems '("i686-linux" "x86_64-linux"))
     (license license:gpl2+)))