www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8c959d8df9414df2485c6c09b276c807fd2d1a6d
parent d714cd37429a6675b796f012e99f28d99d91c334
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Tue, 15 Oct 2013 17:32:22 -0600

remove some unneeded dependencies

original commit: d5f6b72e6976a36d6777709711765af1117c959b

Diffstat:
Mpkgs/distro-build/info.rkt | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pkgs/distro-build/info.rkt b/pkgs/distro-build/info.rkt @@ -3,10 +3,9 @@ (define collection "distro-build") (define deps '("base" - "at-exp-lib" "web-server-lib" - "scribble-lib" "ds-store-lib")) +(define build-deps '("at-exp-lib")) (define pkg-desc "Tools for constructing a distribution of Racket")