From ed1596db9bb4bd23957625e2fddca3a0b9f72fe7 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Wed, 9 Jun 2010 17:57:51 -0400 Subject: [PATCH] move unstable/gui to the plt distribution --- collects/meta/dist-specs.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/dist-specs.rkt b/collects/meta/dist-specs.rkt index af4d36c5c8..6c3bea7798 100644 --- a/collects/meta/dist-specs.rkt +++ b/collects/meta/dist-specs.rkt @@ -664,7 +664,7 @@ plt-extras :+= (package: "deinprogramm/") mz-extras :+= (- (package: "unstable") ;; should "gui" mean DrRacket or GRacket? It's not ;; obvious that "framework" is only in DrRacket. - (cond (not dr) => (collects: "unstable/gui"))) + (cond (not plt) => (collects: "unstable/gui"))) ;; -------------------- plai plt-extras :+= (package: "plai/")