guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: propeller-binutils: Use flex 2.6.1.


From: Ricardo Wurmus
Subject: 01/01: gnu: propeller-binutils: Use flex 2.6.1.
Date: Thu, 30 Mar 2017 11:04:03 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 67656b7a86e95dea2e0ff613dfe67ec8fb633604
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 30 17:34:34 2017 +0200

    gnu: propeller-binutils: Use flex 2.6.1.
    
    * gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace
    "flex" with "flex-2.6.1".
---
 gnu/packages/embedded.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 0e86478..36f872c 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))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]