mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: hurd: Add flex as an input to mig.
* gnu/packages/hurd (mig): Add flex as an input.
This commit is contained in:
parent
561840b4aa
commit
a7ecc92dc5
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@ (define-public mig
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue