guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: linux-libre: Add flex and bison to native-inputs.


From: Mark H. Weaver
Subject: 05/06: gnu: linux-libre: Add flex and bison to native-inputs.
Date: Mon, 9 Apr 2018 00:33:05 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 81d98d7ef2984cd06bcacbc35bf6b8d132916e08
Author: Mark H Weaver <address@hidden>
Date:   Sat Apr 7 02:19:34 2018 -0400

    gnu: linux-libre: Add flex and bison to native-inputs.
    
    * gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add flex and
    bison.
---
 gnu/packages/linux.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0aeb919..c4aee1f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -284,6 +284,8 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
        ("bc" ,bc)
        ("openssl" ,openssl)
        ("kmod" ,kmod)
+       ("flex" ,flex)
+       ("bison" ,bison)
        ;; On x86, build with GCC-7 for full retpoline support.
        ;; FIXME: Remove this when our default compiler has retpoline support.
        ,@(match (system->linux-architecture



reply via email to

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