guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: thermald: Only build on i686 and x86_64.


From: Efraim Flashner
Subject: 01/02: gnu: thermald: Only build on i686 and x86_64.
Date: Thu, 29 Jun 2017 16:09:49 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 86ee76254bbb3c148907c142dc08c006778349bb
Author: Efraim Flashner <address@hidden>
Date:   Thu Jun 29 23:08:02 2017 +0300

    gnu: thermald: Only build on i686 and x86_64.
    
    * gnu/packages/admin.scm (thermald)[supported-systems]: New field.
---
 gnu/packages/admin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2cc5200..5bb9886 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]