summaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-30 13:00:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-30 21:34:27 +0200
commit2db86250a772a24d0a267e760e13c156383310ea (patch)
treeef36f78590289110624d87cba3e5f6d7603ac49e /gnu/packages/hardware.scm
parent6f13881f1e92832023caadb3cb51ce393e685e58 (diff)
downloadguix-patches-2db86250a772a24d0a267e760e13c156383310ea.tar
guix-patches-2db86250a772a24d0a267e760e13c156383310ea.tar.gz
gnu: i7z: Restrict to x86_64 systems.
* gnu/packages/hardware.scm (i7z)[supported-systems]: Set to x86_64-linux.
Diffstat (limited to 'gnu/packages/hardware.scm')
-rw-r--r--gnu/packages/hardware.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index e7dd4a1fa7..ee47c1780a 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