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:
Efraim Flashner 2017-03-22 19:26:29 +02:00
parent dc8a34ed46
commit 575a6f0f8a
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 1 deletions

View File

@ -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)))