Cyril Roelandt <[email protected]> skribis: > On 07/18/2014 01:26 AM, Ludovic Courtès wrote: >> (match (package-direct-inputs p) >> (((labels packages . _) ...) >> (string-join (sort packages package<?) ", "))) > > > Not sure why I'd need '. _' here,
The pattern (labels packages . _) matches a list of two or more
elements.
There’s often exactly two elements, but there can be one more when
specifying an output name, as in ("glib-bin" ,glib "bin").
Ludo’.
