From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: texmaker, Qt and Chromium Date: Sat, 8 Oct 2016 23:24:21 +0200 Message-ID: <20161008232421.3ee2f0da@scratchpost.org> References: <877f9kufxx.fsf@elephly.net> <20161008201805.GA18485@macbook42.flashner.co.il> <87wphitv2q.fsf@elephly.net> <20161008210850.GB18485@macbook42.flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsz6c-0006By-Hm for guix-devel@gnu.org; Sat, 08 Oct 2016 17:24:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsz6Y-0003mU-BZ for guix-devel@gnu.org; Sat, 08 Oct 2016 17:24:29 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:54718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsz6Y-0003mA-56 for guix-devel@gnu.org; Sat, 08 Oct 2016 17:24:26 -0400 In-Reply-To: <20161008210850.GB18485@macbook42.flashner.co.il> 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: Efraim Flashner Cc: guix-devel On Sun, 9 Oct 2016 00:08:50 +0300 Efraim Flashner wrote: > I'm not sure, but I assumed it was so that anyone could download the > source and run './configure; make; (sudo) make install' without worrying > about those pesky things known as dependancies. That's certainly why I bundle. Also that the dependencies don't suddenly change their API or version or anything. So I don't think that just because something is bundled it is modified. After all, you as a bundler have to eventually (on *your* schedule) update the bundled dependencies and then you have to port all your modifications. I always ensure that I don't modify anything in it (or as little as possible if it can't be helped). Of course I can't speak on why they do it.