all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <Guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: base: Avoid circular dependency among glibc-hurd-headers and hurd-minimal.
Date: Sat, 6 Jun 2015 00:49:33 +0300	[thread overview]
Message-ID: <CAFtzXzPytOV-1_F5pAXxKAaztcqs2WGDVZ4ACLLoRhW0K0JvcQ@mail.gmail.com> (raw)
In-Reply-To: <87r3pw1olt.fsf@gnu.org>

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

Updated patch.

Should I push?

[-- Attachment #2: 0001-gnu-glibc-hurd-headers-Propagate-Hurd-and-Mach-heade.patch --]
[-- Type: text/x-patch, Size: 930 bytes --]

From 7016fba81c037f32ae749fd638ed453f180922f4 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Wed, 27 May 2015 17:22:43 +0300
Subject: [PATCH] gnu: glibc/hurd-headers: Propagate Hurd and Mach headers.

* gnu/packages/base.scm (glibc/hurd-headers)[propagated-inputs]: New
  field.
---
 gnu/packages/base.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 6f46119..db50652 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -762,6 +762,8 @@ command.")
   (package (inherit glibc/hurd)
     (name "glibc-hurd-headers")
     (outputs '("out"))
+    (propagated-inputs `(("gnumach-headers" ,gnumach-headers)
+                         ("hurd-headers" ,hurd-headers)))
     (arguments
      (substitute-keyword-arguments (package-arguments glibc/hurd)
        ;; We just pass the flags really needed to build the headers.
-- 
2.4.1


  reply	other threads:[~2015-06-05 21:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-27 14:39 [PATCH] gnu: base: Avoid circular dependency among glibc-hurd-headers and hurd-minimal Manolis Ragkousis
2015-05-31 20:25 ` Ludovic Courtès
2015-06-05 21:49   ` Manolis Ragkousis [this message]
2015-06-06 17:42     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFtzXzPytOV-1_F5pAXxKAaztcqs2WGDVZ4ACLLoRhW0K0JvcQ@mail.gmail.com \
    --to=manolis837@gmail.com \
    --cc=Guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.