all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: Guix-devel <Guix-devel@gnu.org>
Subject: [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package.
Date: Fri, 31 Jul 2015 21:12:42 +0300	[thread overview]
Message-ID: <CAFtzXzNhJEZFURvj3qWUBOW-W8WZ7PwtU94uZKhHjxg6P7nvoQ@mail.gmail.com> (raw)

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



[-- Attachment #2: 0002-gnu-base-Replace-Gnumach-Hurd-headers-with-kernel-he.patch --]
[-- Type: text/x-patch, Size: 1059 bytes --]

From fcf937ba04e5d4daf13c80372c0973e2f7bbc784 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Fri, 31 Jul 2015 19:20:31 +0300
Subject: [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with
 kernel-headers package.

* gnu/packages/base.scm (glibc/hurd): Replace with kernel-headers package.
---
 gnu/packages/base.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b7e7947..237d27e 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -625,9 +625,7 @@ with the Linux kernel.")
 
     ;; Libc provides <hurd.h>, which includes a bunch of Hurd and Mach headers,
     ;; so both should be propagated.
-    (propagated-inputs `(("gnumach-headers" ,gnumach-headers)
-                         ("hurd-headers" ,hurd-headers)
-                         ("hurd-minimal" ,hurd-minimal)))
+    (propagated-inputs `(("kernel-headers" ,kernel-headers)))
     (native-inputs
      `(,@(package-native-inputs glibc/linux)
        ("mig" ,mig)
-- 
2.4.6


             reply	other threads:[~2015-07-31 18:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31 18:12 Manolis Ragkousis [this message]
2015-08-09 15:08 ` [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package Manolis Ragkousis
2015-08-10 21:57   ` Mark H Weaver
2015-08-10 22:03   ` Mark H Weaver

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=CAFtzXzNhJEZFURvj3qWUBOW-W8WZ7PwtU94uZKhHjxg6P7nvoQ@mail.gmail.com \
    --to=manolis837@gmail.com \
    --cc=Guix-devel@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.