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)
|
(loop (set-add pkgs a)
|
||||||
(set-union
|
(set-union
|
||||||
r
|
r
|
||||||
(apply set (map (lambda (p) (if (pair? p) (car p) p))
|
(set-remove
|
||||||
(hash-ref (hash-ref new-pkgs a)
|
(apply set (map (lambda (p) (if (pair? p) (car p) p))
|
||||||
'dependencies
|
(hash-ref (hash-ref new-pkgs a)
|
||||||
'()))))))])))
|
'dependencies
|
||||||
|
'())))
|
||||||
|
"racket"))))])))
|
||||||
|
|
||||||
(printf "Getting current S3 content...\n")
|
(printf "Getting current S3 content...\n")
|
||||||
(define old-content (list->set (ls (string-append bucket "/pkgs"))))
|
(define old-content (list->set (ls (string-append bucket "/pkgs"))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user