unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 07/10] gnu: hurd: Add flex as an input to mig.
@ 2015-05-18 22:21 Manolis Ragkousis
  2015-05-19 16:25 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Manolis Ragkousis @ 2015-05-18 22:21 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0007-gnu-hurd-Add-flex-as-an-input-to-mig.patch --]
[-- Type: text/x-patch, Size: 909 bytes --]

From afdd6c8f76d9f11d7acb4d7d00d48d805f0ba0c6 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Tue, 12 May 2015 20:59:32 +0300
Subject: [PATCH 07/10] gnu: hurd: Add flex as an input to mig.

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

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)))
-- 
2.4.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 07/10] gnu: hurd: Add flex as an input to mig.
  2015-05-18 22:21 [PATCH 07/10] gnu: hurd: Add flex as an input to mig Manolis Ragkousis
@ 2015-05-19 16:25 ` Ludovic Courtès
  2015-05-21  8:55   ` Manolis Ragkousis
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2015-05-19 16:25 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

> From afdd6c8f76d9f11d7acb4d7d00d48d805f0ba0c6 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <manolis837@gmail.com>
> Date: Tue, 12 May 2015 20:59:32 +0300
> Subject: [PATCH 07/10] gnu: hurd: Add flex as an input to mig.
>
> * gnu/packages/hurd (mig): Add flex as an input.

OK for wip-hurd and/or master.

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 07/10] gnu: hurd: Add flex as an input to mig.
  2015-05-19 16:25 ` Ludovic Courtès
@ 2015-05-21  8:55   ` Manolis Ragkousis
  0 siblings, 0 replies; 3+ messages in thread
From: Manolis Ragkousis @ 2015-05-21  8:55 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

Pushed to wip-hurd.

Manolis

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-21  8:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 22:21 [PATCH 07/10] gnu: hurd: Add flex as an input to mig Manolis Ragkousis
2015-05-19 16:25 ` Ludovic Courtès
2015-05-21  8:55   ` Manolis Ragkousis

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).