mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: bison: Add m4 as a native input.
* gnu/packages/bison (bison): Add m4 as a native input.
This commit is contained in:
parent
5ae4169c5f
commit
74ed6dafb5
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ (define bison
|
|||
(base32
|
||||
"1qbgf6q1n2z17k8g33444m0q68kf3fbiq65q7jlrzpvvj73jh957"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("perl" ,perl)))
|
||||
(native-inputs `(("perl" ,perl)
|
||||
;; m4 is not present in PATH when cross-building
|
||||
("m4" ,m4)))
|
||||
(inputs `(("flex" ,flex)))
|
||||
(propagated-inputs `(("m4" ,m4)))
|
||||
(home-page "http://www.gnu.org/software/bison/")
|
||||
|
|
Loading…
Reference in a new issue