mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
19ba75dc02
commit
6212146f88
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ (define (topological-sort nodes
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue