mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
guix: lint: Fix comment per TODO.
* guix/lint.scm (check-wrapper-inputs): Address TODO in comment.
This commit is contained in:
parent
ce362bc1f3
commit
1bd169b5dc
1 changed files with 1 additions and 3 deletions
|
@ -571,9 +571,7 @@ (define has-bash-input?
|
|||
input-names)))
|
||||
(define (check-procedure-body body)
|
||||
(match body
|
||||
;; Explicitely setting an interpreter is acceptable,
|
||||
;; #:sh support is added on 'core-updates'.
|
||||
;; TODO(core-updates): remove mention of core-updates.
|
||||
;; Explicitely setting an interpreter is acceptable.
|
||||
(('wrap-program _ '#:sh . _) '())
|
||||
(('wrap-program _ . _)
|
||||
(list (report-wrap-program-error package 'wrap-program)))
|
||||
|
|
Loading…
Reference in a new issue