diff --git a/guix/lint.scm b/guix/lint.scm index ffd3f7007e..527fda165a 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -1562,7 +1562,11 @@ Disarchive entry refers to non-existent SWH directory '~a'") #:field 'source))))))) ((? content?) '()))) - '())))) + '())) + (_ + (list (make-warning package + (G_ "unsupported source type") + #:field 'source))))) (match-lambda* (('swh-error url method response) (response->warning url method response))