gnu: propeller-binutils: Use flex 2.6.1.
* gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace "flex" with "flex-2.6.1".
This commit is contained in:
parent
fa702e1a29
commit
67656b7a86
|
@ -412,7 +412,7 @@ with a layered architecture of JTAG interface and TAP support.")
|
||||||
,@(package-arguments xbinutils)))
|
,@(package-arguments xbinutils)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
("flex" ,flex)
|
("flex" ,flex-2.6.1) ; needed because of yywrap error
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("dejagnu" ,dejagnu)
|
("dejagnu" ,dejagnu)
|
||||||
,@(package-native-inputs xbinutils))))))
|
,@(package-native-inputs xbinutils))))))
|
||||||
|
|
Loading…
Reference in New Issue