Hey Ludo, On 04/14/16 00:07, Ludovic Courtès wrote: >> * gnu/packages/base.scm (glibc)[propagated-inputs]: Use a kernel >> agnostic name for the kernel headers. >> [arguments]: Adjust accordingly. >> * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash) >> [propagated-inputs]: Adjust accordingly. > > I think we also need to update the occurrences of ‘"linux-headers"’ in > cross-base.scm and make-bootstrap.scm, no?
Well the occurrences of linux-headers in cross-base.scm and make-bootstrap.scm are not linked to the linux-headers input in base.scm. In both of those files the linux-headers input is replaced locally. I would prefer to change them in another patch containing some wip-hurd specific changes as well. WDYT? Manolis