Missing in-list
calls.
This commit is contained in:
parent
1d9e2003ac
commit
5ef6a2662d
|
@ -643,7 +643,7 @@
|
||||||
(links #:file file #:user? user? #:version-regexp version-re
|
(links #:file file #:user? user? #:version-regexp version-re
|
||||||
#:root? #t))]
|
#:root? #t))]
|
||||||
#:when (directory-exists? cp)
|
#:when (directory-exists? cp)
|
||||||
[collection (directory-list cp)]
|
[collection (in-list (directory-list cp))]
|
||||||
#:when (directory-exists? (build-path cp collection)))
|
#:when (directory-exists? (build-path cp collection)))
|
||||||
(col (path->string collection)
|
(col (path->string collection)
|
||||||
(build-path cp collection)))))
|
(build-path cp collection)))))
|
||||||
|
@ -655,7 +655,7 @@
|
||||||
(append*
|
(append*
|
||||||
(for/list ([cp (current-library-collection-paths)]
|
(for/list ([cp (current-library-collection-paths)]
|
||||||
#:when (directory-exists? cp)
|
#:when (directory-exists? cp)
|
||||||
[collection (directory-list cp)]
|
[collection (in-list (directory-list cp))]
|
||||||
#:when (directory-exists? (build-path cp collection)))
|
#:when (directory-exists? (build-path cp collection)))
|
||||||
(col (path->string collection)
|
(col (path->string collection)
|
||||||
(build-path cp collection)))
|
(build-path cp collection)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user