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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -366,6 +366,7 @@ (define* (make-linux-libre version hash supported-systems
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")