guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: linux-libre: Add 'supported-systems' field: Intel only for n


From: Ludovic Courtès
Subject: 01/10: gnu: linux-libre: Add 'supported-systems' field: Intel only for now.
Date: Wed, 28 Oct 2015 11:04:40 +0000

civodul pushed a commit to branch master
in repository guix.

commit 6c8d70b0b69bb842b7b5ddd8e6f354962b0a3b29
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 790a500..8b7fe35 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
                "13ar9sghm2g5w2km9x2d07q3lh81rz286d6slklv56qanm24chzx"))))
     (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]