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, but I may just be misunderstanding some features of Guile. See the third version of the patch. Cyril.
