Manolis Ragkousis <manolis...@gmail.com> skribis: > 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.
[...] > +(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’.