From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: Re: Racket: Move DrRacket to a separate output? Date: Fri, 14 Sep 2018 13:44:37 -0400 Message-ID: <87bm90rn22.fsf@dustycloud.org> References: <87efdx6nzt.fsf@ambrevar.xyz> <87pnxgjwfx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0s95-0005t7-2a for guix-devel@gnu.org; Fri, 14 Sep 2018 13:44:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0s91-0004Cx-U9 for guix-devel@gnu.org; Fri, 14 Sep 2018 13:44:43 -0400 In-reply-to: <87pnxgjwfx.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Ludovic Court=C3=A8s writes: > Hello Pierre, > > Pierre Neidhardt skribis: > >> Wouldn't it make sense to move DrRacket to a separate output? I take >> that most advanced users use something else (who said Emacs?) and >> DrRacket might eat up a decent amount of disk space + extra dependencies >> by itself. > > I don=E2=80=99t think it=E2=80=99s a matter of being an =E2=80=9Cadvanced= =E2=80=9D user or not (DrRacket > is really impressive, with a macro stepper and all sorts of bells and > whistles), but I agree with the rationale. :-) > >> Arch Linux provides racket and racket-minimal: the latter is stripped >> from DrRacket: >> >> https://www.archlinux.org/packages/?q=3Dracket > > Such a split sounds good to me. What do Chris and other Racketeers > think? > > Cheers, > Ludo=E2=80=99. I'm ok with splitting out racket-minimal and racket, which is a common convention these days... even Racket's download page provides "Racket" and "Minimal Racket": https://download.racket-lang.org/ I'd take the least effort route to doing that though... we aren't ready to break each of the Racket "core" packages into their own packages and I don't think that would need to hold this back. - Chris