guix-commits
[Top][All Lists]
Advanced

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

01/05: gexp: Remove outdated comment.


From: Ludovic Courtès
Subject: 01/05: gexp: Remove outdated comment.
Date: Fri, 9 Sep 2016 22:01:06 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit b5fed903c44b27c61935a51ee1b4b866500f53c2
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 9 16:50:34 2016 +0200

    gexp: Remove outdated comment.
    
    * guix/gexp.scm (lower-references): Remove outdated "XXX" comment.
---
 guix/gexp.scm |    2 --
 1 file changed, 2 deletions(-)

diff --git a/guix/gexp.scm b/guix/gexp.scm
index 302879f..b33a3f8 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -429,8 +429,6 @@ corresponding derivation."
   "Based on LST, a list of output names and packages, return a list of output
 names and file names suitable for the #:allowed-references argument to
 'derivation'."
-  ;; XXX: Currently outputs other than "out" are not supported, and things
-  ;; other than packages aren't either.
   (with-monad %store-monad
     (define lower
       (match-lambda



reply via email to

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