auto-fix dependencies in "pkgs"
Left one dependency broken: "drracket" currently depends on "htdp" for a test. That needs to be fixed by removing the dependency (moving the test to "htdp?), instead of changing the declared dependencies. original commit: 51290fd2a95def6bb3b6d3d735cb62444e157553
This commit is contained in:
parent
d96417e795
commit
2ceea4ea7b
|
@ -2,5 +2,12 @@
|
|||
|
||||
(define collection 'multi)
|
||||
|
||||
(define build-deps '("scribble-lib"
|
||||
(define build-deps '("at-exp-lib"
|
||||
"base"
|
||||
"compatibility-lib"
|
||||
"draw-lib"
|
||||
"pict-lib"
|
||||
"sandbox-lib"
|
||||
"slideshow-lib"
|
||||
"scribble-lib"
|
||||
"racket-doc"))
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("at-exp-lib"
|
||||
(define deps '("base"
|
||||
"compatibility-lib"
|
||||
"at-exp-lib"
|
||||
"draw-lib"
|
||||
"syntax-color-lib"
|
||||
"sandbox-lib"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define collection 'multi)
|
||||
(define deps '("base"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user