guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: linux-libre: Add 'supported-systems' field: Intel only for n


From: Mark H. Weaver
Subject: 04/15: gnu: linux-libre: Add 'supported-systems' field: Intel only for now.
Date: Wed, 23 Sep 2015 21:39:15 +0000

mhw pushed a commit to branch mhw-core-updates
in repository guix.

commit d2b3f0b88584b6d15e0aa636267cc33d29d294c6
Author: Mark H Weaver <address@hidden>
Date:   Sun Aug 23 13:47:13 2015 -0400

    gnu: linux-libre: Add 'supported-systems' field: Intel only for now.
    
    * gnu/packages/linux.scm (linux-libre)[supported-systems]: New field.
---
 gnu/packages/linux.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d261933..dd575ae 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -285,6 +285,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
               (base32
                "140cqnk1hyhavfra572wwzwz7pddczc78j8anbxyciw35kh8z2hl"))))
     (build-system gnu-build-system)
+    (supported-systems '("x86_64-linux" "i686-linux"))
     (native-inputs `(("perl" ,perl)
                      ("bc" ,bc)
                      ("module-init-tools" ,module-init-tools)



reply via email to

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