guix-commits
[Top][All Lists]
Advanced

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

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


From: Mark H. Weaver
Subject: 03/15: gnu: linux-libre: Add 'supported-systems' field: Intel only for now.
Date: Mon, 24 Aug 2015 03:16:31 +0000

mhw pushed a commit to branch wip-loongson2f
in repository guix.

commit 5d9b7b1028bbabe666e39ffc6c2c7f4cdcda9349
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 adb6c53..f613caa 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
                "07gmpy32v90bx78bm1khc1hw7x0akdh2sxpkxkavwj4fjc6f732v"))))
     (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]