3
5
Fork 0
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:
Efraim Flashner 2017-11-09 22:25:38 +02:00
parent cfbe7b7f4c
commit d8f075c3a3
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")