unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add GNU Mach.
@ 2016-02-09 10:18 Manolis Ragkousis
  2016-02-09 21:45 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Manolis Ragkousis @ 2016-02-09 10:18 UTC (permalink / raw)
  To: guix-devel

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


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

* Re: [PATCH] gnu: Add GNU Mach.
  2016-02-09 10:18 [PATCH] gnu: Add GNU Mach Manolis Ragkousis
@ 2016-02-09 21:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-02-09 21:45 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

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

[...]

> +(define-public gnumach
> +  (package (inherit gnumach-headers)
> +    (name "gnumach")
> +    (build-system gnu-build-system)
> +    (native-inputs
> +     `(("mig" ,mig)
> +       ("perl" ,perl)))
> +    (arguments
> +     `(#:phases %standard-phases))

The ‘arguments’ field has no effect and can be removed.

> +    (synopsis "Microkernel of the GNU system")
> +    (description
> +     "GNU Mach is the microkernel upon which a GNU Hurd system is based.")))

“GNU/Hurd”.

OK with these changes.

If that’s fine with you, it’s best to push it to ‘master’ and eventually
rebase ‘wip-hurd’ on top of ‘master’.

Thanks!

Ludo’.

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

end of thread, other threads:[~2016-02-09 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 10:18 [PATCH] gnu: Add GNU Mach Manolis Ragkousis
2016-02-09 21:45 ` Ludovic Courtès

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