Am Mittwoch, dem 29.06.2022 um 12:18 +0200 schrieb Maxime Devos:
> Liliana Marie Prikler schreef op wo 29-06-2022 om 12:15 [+0200]:
> > Here, it depends. I think I'd write this as
> >
> > (native-inputs
> > (modify-inputs (package-native-inputs guile-3.0)
> > (prepend autoconf automake libtool
> > flex gperf
> > gnu-gettext texinfo)))
>
> FWIW, I was thinking of
>
> (native-inputs
> (modify-inputs [...]
> (prepend autoconf
> automake
> libtool
> flex gperf
> gnu-gettext
> texinfo)))
>
> , I haven't really thought about putting multiple inputs on a single
> line myself.
That ought to be the strict suggestion; the variant I posted above
should simply be seen as "acceptable" in lax mode for not breaking the
horizontal space limit.