From 2db86250a772a24d0a267e760e13c156383310ea Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 30 Jun 2021 13:00:09 +0200 Subject: 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(+) (limited to 'gnu/packages/hardware.scm') 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 -- cgit v1.2.3