Actually load the (guix lint) module if it's available
This commit is contained in:
parent
4f7eca2490
commit
d09a1ca791
1 changed files with 4 additions and 1 deletions
|
|
@ -447,7 +447,10 @@ WHERE job_id = $1"
|
|||
%package-table)))))
|
||||
|
||||
(and
|
||||
(or (inferior-eval '(resolve-module '(guix lint) #:ensure #f) inf)
|
||||
(or (inferior-eval '(and (resolve-module '(guix lint) #:ensure #f)
|
||||
(use-modules (guix lint))
|
||||
#t)
|
||||
inf)
|
||||
(begin
|
||||
(simple-format (current-error-port)
|
||||
"warning: no (guix lint) module found\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue