guix-commits
[Top][All Lists]
Advanced

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

04/18: gnu: i7z: Restrict to x86_64 systems.


From: guix-commits
Subject: 04/18: gnu: i7z: Restrict to x86_64 systems.
Date: Wed, 30 Jun 2021 15:36:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2db86250a772a24d0a267e760e13c156383310ea
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 30 13:00:09 2021 +0200

    gnu: i7z: Restrict to x86_64 systems.
    
    * gnu/packages/hardware.scm (i7z)[supported-systems]:
    Set to x86_64-linux.
---
 gnu/packages/hardware.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index e7dd4a1..ee47c17 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -182,6 +182,7 @@ since 2013.
 If your processor is supported, you'll get detailed reports on Turbo Boost and
 clock multipliers, core voltage, and time spent in different C-states.  This
 information can be viewed in real time and/or logged to a file.")
+      (supported-systems (list "x86_64-linux"))
       (license license:gpl2))))
 
 (define-public libsmbios



reply via email to

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