~ruther/guix-local

67656b7a86e95dea2e0ff613dfe67ec8fb633604 — Ricardo Wurmus 9 years ago fa702e1
gnu: propeller-binutils: Use flex 2.6.1.

* gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace
"flex" with "flex-2.6.1".
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/embedded.scm
M gnu/packages/embedded.scm => gnu/packages/embedded.scm +1 -1
@@ 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))))))