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
@ -571,9 +571,7 @@ or \"bash-minimal\" is not in its inputs. 'wrap-script' is not supported."
|
||||
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 New Issue
Block a user