diff --git a/lib/chibi/snow/commands.scm b/lib/chibi/snow/commands.scm index 240c09a7..9f84f905 100644 --- a/lib/chibi/snow/commands.scm +++ b/lib/chibi/snow/commands.scm @@ -1559,7 +1559,9 @@ ((and (equal? "meta" (path-extension file)) (guard (exn (else #f)) (let ((pkg (call-with-input-file file read))) - (and (package? pkg) pkg)))) + (and (package? pkg) + (every file-exists? (package-installed-files pkg)) + pkg)))) => (lambda (pkg) (append (map