guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: import: utils: Update docstring of 'recursive-import'.


From: guix-commits
Subject: 01/03: import: utils: Update docstring of 'recursive-import'.
Date: Fri, 13 Dec 2019 12:04:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6212146f887327b0ef017702982194f2d8180178
Author: Ludovic Courtès <address@hidden>
Date:   Thu Dec 12 22:18:37 2019 +0100

    import: utils: Update docstring of 'recursive-import'.
    
    This is a followup to 70a8e13277d4a44b89dd9ee2290b98105f0235f1.
    
    * guix/import/utils.scm (recursive-import): Update docstring.
---
 guix/import/utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/utils.scm b/guix/import/utils.scm
index 47fc827..d17d400 100644
--- a/guix/import/utils.scm
+++ b/guix/import/utils.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]