gexp: Remove outdated comment.
* guix/gexp.scm (lower-references): Remove outdated "XXX" comment.
This commit is contained in:
parent
c2783e2b94
commit
b5fed903c4
|
@ -429,8 +429,6 @@ corresponding derivation."
|
||||||
"Based on LST, a list of output names and packages, return a list of output
|
"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
|
names and file names suitable for the #:allowed-references argument to
|
||||||
'derivation'."
|
'derivation'."
|
||||||
;; XXX: Currently outputs other than "out" are not supported, and things
|
|
||||||
;; other than packages aren't either.
|
|
||||||
(with-monad %store-monad
|
(with-monad %store-monad
|
||||||
(define lower
|
(define lower
|
||||||
(match-lambda
|
(match-lambda
|
||||||
|
|
Loading…
Reference in New Issue