guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: hurd: Add flex as an input to mig.


From: Ludovic Courtès
Subject: 06/09: gnu: hurd: Add flex as an input to mig.
Date: Fri, 04 Sep 2015 11:52:06 +0000

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

commit a7ecc92dc53f7ea3d4cd56405cdaadabf7d1f0d0
Author: Manolis Ragkousis <address@hidden>
Date:   Tue May 12 20:59:32 2015 +0300

    gnu: hurd: Add flex as an input to mig.
    
    * gnu/packages/hurd (mig): Add flex as an input.
---
 gnu/packages/hurd.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 62dc043..660cd58 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -73,7 +73,9 @@
        (base32
         "13r1pg8icyc0pl082z7k36i440pr1f3nr7ahig3rrc0r7qndqmk9"))))
     (build-system gnu-build-system)
-    (inputs `(("gnumach-headers" ,gnumach-headers)))
+    ;; Flex is needed both at build and run time.
+    (inputs `(("gnumach-headers" ,gnumach-headers)
+              ("flex" ,flex)))
     (native-inputs
      `(("flex" ,flex)
        ("bison" ,bison)))



reply via email to

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