me
/
guix
Archived
1
0
Fork 0

gnu: propeller-binutils: Use flex 2.6.1.

* gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace
"flex" with "flex-2.6.1".
master
Ricardo Wurmus 2017-03-30 17:34:34 +02:00
parent fa702e1a29
commit 67656b7a86
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ with a layered architecture of JTAG interface and TAP support.")
,@(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))))))