setup/pkg-deps: fix "racket" mapping
I'm unable to construct a test that exposes the problem, but fix the "type" on the dependency list for the special "racket" package.
This commit is contained in:
parent
f49dd363fa
commit
50715f7bda
|
@ -44,7 +44,7 @@
|
|||
(define path-cache (make-hash))
|
||||
(define metadata-ns (make-base-namespace))
|
||||
|
||||
(hash-set! pkg-internal-deps "racket" null)
|
||||
(hash-set! pkg-internal-deps "racket" (list (set) (set)))
|
||||
(hash-set! pkg-external-deps "racket" (set))
|
||||
(hash-set! pkg-reps "racket" "racket")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user