Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > * guix/import/cran.scm (description->package): Return package > dependencies in addition to generated package expression.
What would you think of making it return a SRFI-41 stream of packages instead? Or maybe two values: the package asked for, and the stream containing its dependencies. That would hide the package lookup machinery. Ludo’.