From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Brasero, or gnome without gnome Date: Thu, 3 Oct 2013 20:30:06 +0200 Message-ID: <20131003183006.GB1494@debian> References: <20131002124146.GA15506@debian> <20131002180223.GA873@debian> <874n8zsc3c.fsf@gnu.org> <20131002205600.GA1680@debian> <87a9irpbb0.fsf@gnu.org> <20131003110113.GA6327@debian> <87siwibnx1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRnfK-0001bg-1i for guix-devel@gnu.org; Thu, 03 Oct 2013 14:30:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRnfC-000483-Nl for guix-devel@gnu.org; Thu, 03 Oct 2013 14:30:21 -0400 Content-Disposition: inline In-Reply-To: <87siwibnx1.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Thu, Oct 03, 2013 at 01:21:14PM +0200, Ludovic Courtès wrote: > Assuming the format is stable, we could just use the current glib. This is probably the only viable approach. It feels less functional than one would like: The user profile then depends not only on the installed packages, but also (potentially) on the current glib version. Close to a side effect, I would say. Andreas