efraim pushed a commit to branch master
in repository guix.

commit 513dc568ca36d065f618f06c677db6d82240e9ff
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Tue Jan 9 22:46:04 2018 +0200

    gnu: iucode-tool: Limit to Intel compatible architectures.
    
    * gnu/packages/linux.scm (iucode-tool)[supported-systems]: New field.
---
 gnu/packages/linux.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fb5e1cc..08498d5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <m...@netris.org>
 ;;; Copyright © 2015 Federico Beffa <be...@fbengineering.ch>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayi...@gmail.com>
-;;; Copyright © 2015, 2016, 2017 Efraim Flashner <efr...@flashner.co.il>
+;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efr...@flashner.co.il>
 ;;; Copyright © 2016 Christopher Allan Webber <cweb...@dustycloud.org>
 ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <m...@tobias.gr>
 ;;; Copyright © 2016, 2017 Alex Kost <alez...@gmail.com>
@@ -2445,6 +2445,8 @@ It works with most newer systems.")
      "@command{iucode_tool} is a utility to work with microcode packages for
 Intel processors.  It can convert between formats, extract specific versions,
 create a firmware image suitable for the Linux kernel, and more.")
+    ;; cpuid.h is available for i686, x86_64, and ia64.
+    (supported-systems '("i686-linux" "x86_64-linux"))
     (license license:gpl2+)))
 
 (define-public i2c-tools

Reply via email to