gnu: linux-libre: Add 'supported-systems' field: Intel only for now.

* gnu/packages/linux.scm (linux-libre)[supported-systems]: New field.
This commit is contained in:
Mark H Weaver 2015-08-23 13:47:13 -04:00 committed by Ludovic Courtès
parent b1b9e5c8d2
commit 6c8d70b0b6

View file

@ -285,6 +285,7 @@ (define-public linux-libre
(base32
"13ar9sghm2g5w2km9x2d07q3lh81rz286d6slklv56qanm24chzx"))))
(build-system gnu-build-system)
(supported-systems '("x86_64-linux" "i686-linux"))
(native-inputs `(("perl" ,perl)
("bc" ,bc)
("module-init-tools" ,module-init-tools)