lint: Mark the derivation checker as requiring a store connection.
* guix/lint.scm (%local-checkers): Mark the derivation checker as requiring a store connection.
This commit is contained in:
parent
3874dc5ef2
commit
d84ad6a24e
@ -1331,9 +1331,10 @@ or a list thereof")
|
||||
(description "Check for autogenerated tarballs")
|
||||
(check check-source-unstable-tarball))
|
||||
(lint-checker
|
||||
(name 'derivation)
|
||||
(description "Report failure to compile a package to a derivation")
|
||||
(check check-derivation))
|
||||
(name 'derivation)
|
||||
(description "Report failure to compile a package to a derivation")
|
||||
(check check-derivation)
|
||||
(requires-store? #t))
|
||||
(lint-checker
|
||||
(name 'patch-file-names)
|
||||
(description "Validate file names and availability of patches")
|
||||
|
Loading…
Reference in New Issue
Block a user