Fix deps.
This commit is contained in:
parent
f9f17bd541
commit
dae07aec89
|
@ -2,6 +2,8 @@
|
|||
|
||||
(define collection "2d")
|
||||
(define version "1.0")
|
||||
(define deps '("base"))
|
||||
(define deps '("base"
|
||||
"scribble-lib"
|
||||
"syntax-color-lib"))
|
||||
(define pkg-desc "Implementation (no documentation) part of \"2d\"")
|
||||
(define pkg-authors '(robby))
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
(define collection "2d")
|
||||
(define version "1.0")
|
||||
(define deps '("base" "2d-lib"))
|
||||
(define build-deps '("rackunit-lib" "unstable-options-lib"))
|
||||
(define build-deps '("rackunit-lib"
|
||||
"unstable-options-lib"
|
||||
"at-exp-lib"
|
||||
"gui-lib"
|
||||
"syntax-color-lib"))
|
||||
(define pkg-desc "tests for \"2d\"")
|
||||
(define pkg-authors '(robby))
|
||||
|
|
Loading…
Reference in New Issue
Block a user