unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Add GNU Mach.
Date: Tue, 9 Feb 2016 12:18:42 +0200	[thread overview]
Message-ID: <56B9BD02.4000604@gmail.com> (raw)

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

Here is the GNU Mach package.

If ok, I will push to wip-hurd.

Manolis

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-GNU-Mach.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-GNU-Mach.patch", Size: 1352 bytes --]

From 63d8cac0762393340247d96e392d417763e57b04 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@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 <manolis837@gmail.com>
+;;; Copyright © 2014, 2015, 2016 Manolis Fragkiskos Ragkousis <manolis837@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	other threads:[~2016-02-09 10:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-09 10:18 Manolis Ragkousis [this message]
2016-02-09 21:45 ` [PATCH] gnu: Add GNU Mach 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=56B9BD02.4000604@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 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).