guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: GRUB: Build with the latest version of Flex.


From: guix-commits
Subject: 05/10: gnu: GRUB: Build with the latest version of Flex.
Date: Sat, 21 Mar 2020 15:21:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f142c0775a3ee2d9bf629c8f8a4513d4b8b051a1
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 21 15:13:28 2020 +0100

    gnu: GRUB: Build with the latest version of Flex.
    
    * gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from FLEX-2.6.1
    to FLEX.
---
 gnu/packages/bootloaders.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 7706479..b8d68b3 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -173,10 +173,7 @@
      `(("pkg-config" ,pkg-config)
        ("unifont" ,unifont)
        ("bison" ,bison)
-       ;; Due to a bug in flex >= 2.6.2, GRUB must be built with an older flex:
-       ;; <http://lists.gnu.org/archive/html/grub-devel/2017-02/msg00133.html>
-       ;; TODO Try building with flex > 2.6.4.
-       ("flex" ,flex-2.6.1)
+       ("flex" ,flex)
        ("texinfo" ,texinfo)
        ("help2man" ,help2man)
 



reply via email to

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