mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ (define propeller-binutils
|
|||
,@(package-arguments xbinutils)))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
("flex" ,flex-2.6.1) ; needed because of yywrap error
|
||||
("texinfo" ,texinfo)
|
||||
("dejagnu" ,dejagnu)
|
||||
,@(package-native-inputs xbinutils))))))
|
||||
|
|
Loading…
Reference in a new issue