On Sat, Mar 26, 2022 at 12:59:20PM +0100, Maxime Devos wrote: > Grafting is not necessary. See (guix)Shepherd Services: > > > ;; Use own Shepherd package. > (essential-services > (modify-services (operating-system-default-essential-services > this-operating-system) > (shepherd-root-service-type config => (shepherd-configuration > (inherit config) > (shepherd my- > shepherd)))))) >
Oh yes, I had not tried that. Thank you Maxime. Still with unchanged original shepherd package, I get exactly the same shepherd-avahi-daemon.go.drv.gz build failure iff I set (shepherd new-shepherd). Therefore I ask how Ludo or perhaps you tested it. Perhaps you have a proper new-shepherd package definition. Regards, Florian