mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: i7z: Restrict to x86_64 systems.
* gnu/packages/hardware.scm (i7z)[supported-systems]: Set to x86_64-linux.
This commit is contained in:
parent
6f13881f1e
commit
2db86250a7
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ (define-public i7z
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue