~ruther/guix-local

d8f075c3a3daba93ff4420bbe0b1833712aaa0e9 — Efraim Flashner 8 years ago cfbe7b7
gnu: %intel-compatible-systems: Re-add variable.

This is a follow-up to cfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d.

* gnu/packages/linux.scm (%intel-compatible-systems): New variable.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -0
@@ 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")