civodul pushed a commit to branch master
in repository guix.

commit b5fed903c44b27c61935a51ee1b4b866500f53c2
Author: Ludovic Courtès <[email protected]>
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