Manolis Ragkousis <manolis...@gmail.com> skribis: > From 00e9667898fbe8d81bc2ad374750de8f85e801af Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis <manolis...@gmail.com> > Date: Tue, 24 May 2016 20:42:59 +0300 > Subject: [PATCH] gnu: hurd: Add hurd-core-headers package. > > * gnu/packages/hurd.scm (hurd-core-headers): New variable.
[...] > + (inputs `(("gnumach-headers" ,gnumach-headers) > + ("hurd-headers" ,hurd-headers) > + ("hurd-minimal" ,hurd-minimal))) > + (synopsis "Union of the Hurd headers and libs") s/libs/libraries/ But it’s only libihash and perhaps libstore, right? It’s a bit surprising to find them in a “headers” package. > + (description > + "A union of the Mach and Hurd headers and the Hurd-minimal package ^ “This package contains the union…” > +which are needed for both glibc and gcc.") s/gcc/GCC/ OK for master with these changes! Thanks, Ludo’.