From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: texmaker, Qt and Chromium Date: Sat, 8 Oct 2016 11:50:50 +0200 Message-ID: References: <877f9kufxx.fsf@elephly.net> <87shs7xno6.fsf@gnu.org> <8737k7urk0.fsf@elephly.net> <87zimftbql.fsf@elephly.net> 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]:52772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsoHR-0007Yn-Vu for guix-devel@gnu.org; Sat, 08 Oct 2016 05:50:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsoHO-0002bf-3F for guix-devel@gnu.org; Sat, 08 Oct 2016 05:50:57 -0400 Received: from mail-yw0-x22e.google.com ([2607:f8b0:4002:c05::22e]:36655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsoHM-0002Zx-Q7 for guix-devel@gnu.org; Sat, 08 Oct 2016 05:50:54 -0400 Received: by mail-yw0-x22e.google.com with SMTP id u124so45431914ywg.3 for ; Sat, 08 Oct 2016 02:50:51 -0700 (PDT) In-Reply-To: <87zimftbql.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel > We=E2=80=99ve gone to great lengths to avoid bundling in providing other > packages. See the Java bootstrap, for example, or Ruby. I don=E2=80=99t= think > it=E2=80=99s =E2=80=9Cperfectionist=E2=80=9D to apply the same standards = to other languages and > build systems. Maybe it wasn't such a good idea, but since crates are distributed in source form and compiled statically I didn't see much advantage in unbundling them. And from what I understand the reason why the js build system hasn't landed yet is because of similar complications. It could also be me just being lazy of course... :) I'll revisit this some other time...