From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: gimp: Add Python-fu support. Date: Fri, 8 May 2015 09:46:49 +0200 Message-ID: <20150508074649.GA6012@debian.inria.fr> References: <87oalvv7vc.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqczr-0001Qu-U9 for guix-devel@gnu.org; Fri, 08 May 2015 03:47:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yqczm-0003Ai-LM for guix-devel@gnu.org; Fri, 08 May 2015 03:46:59 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:55769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqczm-0003AP-Br for guix-devel@gnu.org; Fri, 08 May 2015 03:46:54 -0400 Content-Disposition: inline In-Reply-To: <87oalvv7vc.fsf@mango.localdomain> 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: Ricardo Wurmus Cc: guix-devel On Fri, May 08, 2015 at 09:36:07AM +0200, Ricardo Wurmus wrote: > * gnu/packages/gimp.scm (gimp): Enable Python scripting support. Looks good! Andreas