guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add GNU Mach.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add GNU Mach.
Date: Tue, 09 Feb 2016 22:45:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Manolis Ragkousis <address@hidden> skribis:

> From 63d8cac0762393340247d96e392d417763e57b04 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <address@hidden>
> 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]