mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: flex: Add m4 as a native input.
* gnu/packages/flex (flex): Add m4 as a native input.
This commit is contained in:
parent
74ed6dafb5
commit
ba42199eb3
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ (define flex
|
|||
(inputs (alist-delete "flex" (package-inputs bison))))))
|
||||
`(("bison" ,bison-for-tests)
|
||||
("indent" ,indent))))
|
||||
;; m4 is not present in PATH when cross-building
|
||||
(native-inputs ("m4" ,m4))
|
||||
(propagated-inputs `(("m4" ,m4)))
|
||||
(home-page "http://flex.sourceforge.net/")
|
||||
(synopsis "Fast lexical analyser generator")
|
||||
|
|
Loading…
Reference in a new issue