Manolis Ragkousis <manolis...@gmail.com> skribis: > 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.
Those in make-bootstrap.scm definitely relate to base.scm (when doing “guix build bootstrap-tarballs”), and the ones in cross-base.scm are not entirely unrelated I think. So I would prefer a mass rename. Then we can apply it to core-updates and be done with it. :-) WDYT? Ludo’.