gnu: binutils-vc4: Build with flex-2.6.1.
* gnu/packages/embedded.scm (binutils-vc4)[native-inputs]: Use flex-2.6.1 and not flex.
This commit is contained in:
parent
dc8a34ed46
commit
575a6f0f8a
|
@ -763,7 +763,7 @@ simulator.")
|
||||||
(base32
|
(base32
|
||||||
"14b3h2ji740s8zq5vwm4qdcxs4aa4wxi6wb9di3bv1h39x14nyr9"))))
|
"14b3h2ji740s8zq5vwm4qdcxs4aa4wxi6wb9di3bv1h39x14nyr9"))))
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("flex" ,flex)
|
("flex" ,flex-2.6.1) ; A bug in flex prevents building with flex-2.6.3.
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("guile-1.8" ,guile-1.8)
|
("guile-1.8" ,guile-1.8)
|
||||||
("which" ,base:which)))
|
("which" ,base:which)))
|
||||||
|
|
Loading…
Reference in New Issue