Re: [PATCH] gnu: Add glibc-hurd-headers

2014-04-15 Thread Ludovic Courtès
Manolis Ragkousis skribis: > +(define-public glibc/hurd-headers > + (package (inherit glibc) > + (name "glibc-hurd-headers") Indentation still wrong. > + (arguments > +`(#:strip-binaries? #f > + #:out-of-source? #t > + #:tests? #f > +

Re: [PATCH] gnu: Add glibc-hurd-headers

2014-04-15 Thread Manolis Ragkousis
The updated patch. From 4f78389df586fd15c84248fe96743b4fb308edea Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 15 Apr 2014 16:54:46 + Subject: [PATCH] gnu: Add glibc-hurd-headers. * gnu/packages/base.scm (glibc/hurd-headers): New variable. --- gnu/packages/base.scm | 59 +++

Re: [PATCH] gnu: Add glibc-hurd-headers

2014-04-14 Thread Manolis Ragkousis
> This looks good to me, but unnecessarily complex: get rid of > ‘substitute-keyword-arguments’: The problem is that we need the phases from the glibc package except the two I changed. I would end up just copying them. Is there a better way to use the inherited phases and just change the ones we n

Re: [PATCH] gnu: Add glibc-hurd-headers

2014-04-14 Thread Ludovic Courtès
Manolis Ragkousis skribis: > Take notice that it needs the patch "glibc-make-4.0.patch" for the > configure check to pass. I should bring up this issue to the hurd > guys. That’s a sign that the Hurd’s libc should be rebased on top of libc 2.19. > +(define-public glibc/hurd-headers > + (packag