summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-11-09 22:25:38 +0200
committerEfraim Flashner <efraim@flashner.co.il>2017-11-09 22:25:48 +0200
commitd8f075c3a3daba93ff4420bbe0b1833712aaa0e9 (patch)
tree47f18933d1dcc1d2c0453237f17f9046aca519f1 /gnu/packages/linux.scm
parentcfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d (diff)
downloadpatches-d8f075c3a3daba93ff4420bbe0b1833712aaa0e9.tar
patches-d8f075c3a3daba93ff4420bbe0b1833712aaa0e9.tar.gz
gnu: %intel-compatible-systems: Re-add variable.
This is a follow-up to cfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d. * gnu/packages/linux.scm (%intel-compatible-systems): New variable.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 441063343f..6cd3e833da 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")