diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-11-09 22:25:38 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-11-09 22:25:48 +0200 |
commit | d8f075c3a3daba93ff4420bbe0b1833712aaa0e9 (patch) | |
tree | 47f18933d1dcc1d2c0453237f17f9046aca519f1 | |
parent | cfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d (diff) | |
download | patches-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.
-rw-r--r-- | 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 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") |