import: utils: Update docstring of 'recursive-import'.

This is a followup to 70a8e13277.

* guix/import/utils.scm (recursive-import): Update docstring.
This commit is contained in:
Ludovic Courtès 2019-12-12 22:18:37 +01:00
parent 19ba75dc02
commit 6212146f88
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ obtain a node's uniquely identifying \"key\"."
(define* (recursive-import package-name repo
#:key repo->guix-package guix-name
#:allow-other-keys)
"Return a stream of package expressions for PACKAGE-NAME and all its
"Return a list of package expressions for PACKAGE-NAME and all its
dependencies, sorted in topological order. For each package,
call (REPO->GUIX-PACKAGE NAME REPO), which should return a package expression
and a list of dependencies; call (GUIX-NAME NAME) to obtain the Guix package