Marius Bakke writes: > Leo Famulari writes: > >> After discussion on #guix, Ludovic and I decided to try grafting >> coreutils to fix a bug in `date` that breaks converting between time >> zones. >> >> https://gnunet.org/bot/log/guix/2017-03-24#T1333113 >> >> But, I'm not sure how to handle coreutils-final from (gnu packages >> commencement). >> >> Any advice? > > It looks like coreutils-final can e.g. > (inherit (coreutils) > (replacement #f)). I tried (package (inherit coreutils) (replacement #f)) in coreutils-final, but could not get it to work either. The implicit build inputs are still getting rebuilt. So, I'm lost. :-) > Maybe we should try to graft 8.27 instead? How many days does Hydra use on a full rebuild on the different arches? Not counting the jobs that need to be restarted manually, disk space management etc.. :-(