guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dtc: Build with flex-2.6.1.


From: Efraim Flashner
Subject: 01/01: gnu: dtc: Build with flex-2.6.1.
Date: Thu, 23 Mar 2017 08:41:46 -0400 (EDT)

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

commit 8be563a5a39205d55fd39399e29a9272305b34c6
Author: Efraim Flashner <address@hidden>
Date:   Thu Mar 23 14:40:40 2017 +0200

    gnu: dtc: Build with flex-2.6.1.
    
    * gnu/packages/bootloaders.scm (dtc)[native-inputs]: Use flex-2.6.1 and
    not flex.
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index a3f4363..98afc6a 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -240,7 +240,7 @@ menu to select one of the installed operating systems.")
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)
-       ("flex" ,flex)))
+       ("flex" ,flex-2.6.1))) ; A bug in flex prevents building with 
flex-2.6.3.
     (arguments
      `(#:make-flags
        (list "CC=gcc"



reply via email to

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