mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: flex: Fix native-inputs field.
This is a followup toba42199eb3
anddedaf76f66
. * gnu/packages/flex.scm (flex)[native-inputs]: Add another layer of parentheses.
This commit is contained in:
parent
7ce3224247
commit
20a946664d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ (define flex
|
|||
`(("bison" ,bison-for-tests)
|
||||
("indent" ,indent))))
|
||||
;; m4 is not present in PATH when cross-building
|
||||
(native-inputs `("m4" ,m4))
|
||||
(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