Avoid trying to check dependencies for planet packages.
This commit is contained in:
parent
b1d4dd382c
commit
bb83f51a28
|
@ -433,7 +433,9 @@
|
|||
(for ([path (in-list paths)]
|
||||
[coll-path (in-list coll-paths)]
|
||||
[coll-mode (in-list coll-modes)]
|
||||
[coll-main? (in-list coll-main?s)])
|
||||
[coll-main? (in-list coll-main?s)]
|
||||
;; coll-path is #f for PLaneT packages
|
||||
#:when coll-path)
|
||||
(when verbose?
|
||||
(setup-printf #f " checking ~a" path))
|
||||
(define dirs (find-compiled-directories path))
|
||||
|
|
Loading…
Reference in New Issue
Block a user