mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gexp: Remove outdated comment.
* guix/gexp.scm (lower-references): Remove outdated "XXX" comment.
This commit is contained in:
parent
c2783e2b94
commit
b5fed903c4
1 changed files with 0 additions and 2 deletions
|
@ -429,8 +429,6 @@ (define* (lower-references lst #:key system target)
|
||||||
"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 a new issue