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
|
@ -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.")
|
It has been modified to remove all non-free binary blobs.")
|
||||||
(license license:gpl2)))
|
(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-compatible-systems '("x86_64-linux" "i686-linux" "armhf-linux"))
|
||||||
|
|
||||||
(define %linux-libre-version "4.13.11")
|
(define %linux-libre-version "4.13.11")
|
||||||
|
|
Loading…
Reference in New Issue