Here is the GNU Mach package.

If ok, I will push to wip-hurd.

Manolis
>From 63d8cac0762393340247d96e392d417763e57b04 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis...@gmail.com>
Date: Tue, 9 Feb 2016 11:59:54 +0200
Subject: [PATCH] gnu: Add GNU Mach.

* gnu/packages/hurd.scm (gnumach): New variable.
---
 gnu/packages/hurd.scm | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 560da4d..553821b 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Manolis Fragkiskos Ragkousis <manolis...@gmail.com>
+;;; Copyright © 2014, 2015, 2016 Manolis Fragkiskos Ragkousis <manolis...@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -209,3 +209,16 @@ Library for GNU/Hurd.")
 which are needed for both glibc and gcc")
     (home-page (package-home-page hurd-headers))
     (license (package-license hurd-headers))))
+
+(define-public gnumach
+  (package (inherit gnumach-headers)
+    (name "gnumach")
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("mig" ,mig)
+       ("perl" ,perl)))
+    (arguments
+     `(#:phases %standard-phases))
+    (synopsis "Microkernel of the GNU system")
+    (description
+     "GNU Mach is the microkernel upon which a GNU Hurd system is based.")))
-- 
2.7.0

Reply via email to