guix-commits
[Top][All Lists]
Advanced

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

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


From: Manolis Fragkiskos Ragkousis
Subject: 09/16: gnu: hurd: Add flex as an input to mig.
Date: Sun, 19 Jul 2015 19:28:26 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit 508db60e311506998e27c8f90c7e41263a43f64e
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 1502761..d6b58ed 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -78,7 +78,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]