gnu: hurd: Add flex as an input to mig.

* gnu/packages/hurd (mig): Add flex as an input.
This commit is contained in:
Manolis Ragkousis 2015-05-12 20:59:32 +03:00 committed by Ludovic Courtès
parent 561840b4aa
commit a7ecc92dc5
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@
(base32
"13r1pg8icyc0pl082z7k36i440pr1f3nr7ahig3rrc0r7qndqmk9"))))
(build-system gnu-build-system)
(inputs `(("gnumach-headers" ,gnumach-headers)))
;; Flex is needed both at build and run time.
(inputs `(("gnumach-headers" ,gnumach-headers)
("flex" ,flex)))
(native-inputs
`(("flex" ,flex)
("bison" ,bison)))