summaryrefslogtreecommitdiff
path: root/gnu/packages/embedded.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-03-30 17:34:34 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-03-30 17:34:34 +0200
commit67656b7a86e95dea2e0ff613dfe67ec8fb633604 (patch)
tree2ba1f997ad8531eef1998d7ac6728a2f7b13ce30 /gnu/packages/embedded.scm
parentfa702e1a2913c665973f9cc43e253168e6505d9e (diff)
downloadguix-patches-67656b7a86e95dea2e0ff613dfe67ec8fb633604.tar
guix-patches-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/embedded.scm')
-rw-r--r--gnu/packages/embedded.scm2
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))))))