diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-03-30 17:34:34 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-03-30 17:34:34 +0200 |
commit | 67656b7a86e95dea2e0ff613dfe67ec8fb633604 (patch) | |
tree | 2ba1f997ad8531eef1998d7ac6728a2f7b13ce30 /gnu/packages | |
parent | fa702e1a2913c665973f9cc43e253168e6505d9e (diff) | |
download | guix-67656b7a86e95dea2e0ff613dfe67ec8fb633604.tar guix-67656b7a86e95dea2e0ff613dfe67ec8fb633604.tar.gz |
gnu: propeller-binutils: Use flex 2.6.1.
* gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace
"flex" with "flex-2.6.1".
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/embedded.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 0e86478bd3..36f872cdf2 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/embedded.scm @@ -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)))))) |