From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg. Date: Mon, 14 Mar 2016 21:38:58 +0100 Message-ID: <20160314203858.GA8309@solar> References: <1457959093-5504-1-git-send-email-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afZGd-00063c-Hv for guix-devel@gnu.org; Mon, 14 Mar 2016 16:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afZGY-0001TX-Jq for guix-devel@gnu.org; Mon, 14 Mar 2016 16:39:07 -0400 Received: from mailrelay2.public.one.com ([91.198.169.125]:63518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afZGY-0001TK-7x for guix-devel@gnu.org; Mon, 14 Mar 2016 16:39:02 -0400 Content-Disposition: inline In-Reply-To: <1457959093-5504-1-git-send-email-iyzsong@gmail.com> 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org Hello, On Mon, Mar 14, 2016 at 08:38:12PM +0800, 宋文武 wrote: > * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. does it need to be a variable, or would it not make more sense to simply modify gdk-pixbuf? Andreas