gnu: linux-libre: Add flex and bison to native-inputs.

* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add flex and
bison.
This commit is contained in:
Mark H Weaver 2018-04-07 02:19:34 -04:00
parent 2e5a9c58ad
commit 81d98d7ef2
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -284,6 +284,8 @@ (define* (make-linux-libre version hash supported-systems
("bc" ,bc)
("openssl" ,openssl)
("kmod" ,kmod)
("flex" ,flex)
("bison" ,bison)
;; On x86, build with GCC-7 for full retpoline support.
;; FIXME: Remove this when our default compiler has retpoline support.
,@(match (system->linux-architecture