mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix: lint: Fix typos in module.
Fixes bug #1825 and other typos. * guix/lint.scm (check-wrapper-inputs, check-derivation, %local-checkers): Fix typos. Change-Id: Ic97e277fb7ede651bed2510dfa8a11fce7c8a61b
This commit is contained in:
parent
86a7cd424e
commit
bca2819807
1 changed files with 3 additions and 3 deletions
|
@ -693,7 +693,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.
|
||||
;; Explicitly setting an interpreter is acceptable.
|
||||
(('wrap-program _ '#:sh . _) '())
|
||||
(('wrap-program _ . _)
|
||||
(list (report-wrap-program-error package 'wrap-program)))
|
||||
|
@ -1520,7 +1520,7 @@ password, provided REF's URI is HTTP or HTTPS."
|
|||
(filter lint-warning?
|
||||
(map (cut try store <>) (package-supported-systems package))))
|
||||
|
||||
;; For backwards compatability, don't rely on store being set
|
||||
;; For backwards compatibility, don't rely on store being set
|
||||
(or (and=> store check-with-store)
|
||||
(with-store store
|
||||
(check-with-store store))))
|
||||
|
@ -2112,7 +2112,7 @@ them for PACKAGE."
|
|||
(check check-input-labels))
|
||||
(lint-checker
|
||||
(name 'wrapper-inputs)
|
||||
(description "Make sure 'wrap-program' can finds its interpreter.")
|
||||
(description "Make sure 'wrap-program' can find its interpreter.")
|
||||
(check check-wrapper-inputs))
|
||||
(lint-checker
|
||||
(name 'license)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue