~ruther/guix-local

86ee76254bbb3c148907c142dc08c006778349bb — Efraim Flashner 8 years ago ef2c7fb
gnu: thermald: Only build on i686 and x86_64.

* gnu/packages/admin.scm (thermald)[supported-systems]: New field.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +2 -0
@@ 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+)))