meta/pkg-push: fix for "racket" package
This commit is contained in:
parent
4b4ff3d00b
commit
fc1a86fc69
|
@ -62,10 +62,12 @@
|
|||
(loop (set-add pkgs a)
|
||||
(set-union
|
||||
r
|
||||
(apply set (map (lambda (p) (if (pair? p) (car p) p))
|
||||
(hash-ref (hash-ref new-pkgs a)
|
||||
'dependencies
|
||||
'()))))))])))
|
||||
(set-remove
|
||||
(apply set (map (lambda (p) (if (pair? p) (car p) p))
|
||||
(hash-ref (hash-ref new-pkgs a)
|
||||
'dependencies
|
||||
'())))
|
||||
"racket"))))])))
|
||||
|
||||
(printf "Getting current S3 content...\n")
|
||||
(define old-content (list->set (ls (string-append bucket "/pkgs"))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user