Liliana Marie Prikler schreef op za 09-04-2022 om 10:15 [+0200]: > +              (substitute* '("src/callproc.c" > +                             "lisp/term.el" > +                             "lisp/htmlfontify.el" > +                             "lisp/textmodes/artist.el" > +                             "lisp/progmodes/sh-script.el") > +                (("\"/bin/sh\"") > +                 (format #f "~s" (which "sh")))) Unrelated to the socket activation, but for cross-compilation, this needs to be (search-input-file inputs "bin/sh). Greetings, Maxime.