unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package.
@ 2015-07-31 18:12 Manolis Ragkousis
  2015-08-09 15:08 ` Manolis Ragkousis
  0 siblings, 1 reply; 4+ messages in thread
From: Manolis Ragkousis @ 2015-07-31 18:12 UTC (permalink / raw)
  To: Guix-devel

[-- 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


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

* Re: [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package.
  2015-07-31 18:12 [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package Manolis Ragkousis
@ 2015-08-09 15:08 ` Manolis Ragkousis
  2015-08-10 21:57   ` Mark H Weaver
  2015-08-10 22:03   ` Mark H Weaver
  0 siblings, 2 replies; 4+ messages in thread
From: Manolis Ragkousis @ 2015-08-09 15:08 UTC (permalink / raw)
  To: Guix-devel

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

Updated patch

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

From 66d633186cb338c87f7df9c6494f7dca1c8531c0 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Fri, 31 Jul 2015 19:20:31 +0300
Subject: [PATCH] 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 07a06c9..91a9b48 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 `(("hurd-kernel-headers" ,hurd-kernel-headers)))
     (native-inputs
      `(,@(package-native-inputs glibc/linux)
        ("mig" ,mig)
-- 
2.5.0


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

* Re: [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package.
  2015-08-09 15:08 ` Manolis Ragkousis
@ 2015-08-10 21:57   ` Mark H Weaver
  2015-08-10 22:03   ` Mark H Weaver
  1 sibling, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-08-10 21:57 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> writes:

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

Okay for wip-hurd.

    Thanks!
      Mark

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

* Re: [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package.
  2015-08-09 15:08 ` Manolis Ragkousis
  2015-08-10 21:57   ` Mark H Weaver
@ 2015-08-10 22:03   ` Mark H Weaver
  1 sibling, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-08-10 22:03 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> writes:

> From 66d633186cb338c87f7df9c6494f7dca1c8531c0 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <manolis837@gmail.com>
> Date: Fri, 31 Jul 2015 19:20:31 +0300
> Subject: [PATCH] gnu: base: Replace Gnumach/Hurd headers with kernel-headers
>  package.
>
> * gnu/packages/base.scm (glibc/hurd): Replace with kernel-headers package.

Sorry, I didn't look at the commit log before.  It should be something
like this:

--8<---------------cut here---------------start------------->8---
gnu: glibc/hurd: Use hurd-kernel-headers package.

* gnu/packages/base.scm (glibc/hurd)[propagated-inputs]: Replace with
  hurd-kernel-headers.
--8<---------------cut here---------------end--------------->8---

Okay to push to wip-hurd with these changes.

     Thanks!
       Mark

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

end of thread, other threads:[~2015-08-10 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 18:12 [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package Manolis Ragkousis
2015-08-09 15:08 ` Manolis Ragkousis
2015-08-10 21:57   ` Mark H Weaver
2015-08-10 22:03   ` Mark H Weaver

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