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

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