mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: %intel-compatible-systems: Re-add variable.
This is a follow-up to cfbe7b7f4c
.
* gnu/packages/linux.scm (%intel-compatible-systems): New variable.
This commit is contained in:
parent
cfbe7b7f4c
commit
d8f075c3a3
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue