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:
parent
b1b9e5c8d2
commit
6c8d70b0b6
|
@ -285,6 +285,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
|
|||
(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)
|
||||
|
|
Loading…
Reference in New Issue