Ludovic Courtès <l...@gnu.org> writes: > 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.
That’s a very good idea! I’ll play around with this and submit a new patch. ~~ Ricardo