guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: %intel-compatible-systems: Re-add variable.


From: Efraim Flashner
Subject: 01/01: gnu: %intel-compatible-systems: Re-add variable.
Date: Thu, 9 Nov 2017 15:28:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d8f075c3a3daba93ff4420bbe0b1833712aaa0e9
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 9 22:25:38 2017 +0200

    gnu: %intel-compatible-systems: Re-add variable.
    
    This is a follow-up to cfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d.
    
    * gnu/packages/linux.scm (%intel-compatible-systems): New variable.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4410633..6cd3e83 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -366,6 +366,7 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
 It has been modified to remove all non-free binary blobs.")
     (license license:gpl2)))
 
+(define %intel-compatible-systems '("x86_64-linux" "i686-linux"))
 (define %linux-compatible-systems '("x86_64-linux" "i686-linux" "armhf-linux"))
 
 (define %linux-libre-version "4.13.11")



reply via email to

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