Hello, On Thu, May 20, 2021 at 5:03 PM Ludovic Courtès <l...@gnu.org> wrote: > Instead of writing: > > (native-inputs > `(("autoconf" ,autoconf) > ("automake" ,automake) > ("pkg-config" ,pkg-config) > ("guile" ,guile-3.0))) > > one can write: > > (native-inputs (list autoconf automake pkg-config guile-3.0))
What about > (native-inputs > `(,autoconf > ("truc" ,muche) > "pkg-config" > )) i.e. allowing package objects, tuples and names, and it would DTRT ? Wouldn't something like that be possible ? -- Vincent Legoll