From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: gimp: Fix python plugin. Date: Sun, 21 Aug 2016 15:11:49 -0400 Message-ID: <20160821191149.GA15818@jasmine> References: <20160820163217.20132-1-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]:43664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbYAC-0008Be-C3 for guix-devel@gnu.org; Sun, 21 Aug 2016 15:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbYA7-00050v-8O for guix-devel@gnu.org; Sun, 21 Aug 2016 15:12:07 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:47805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbYA4-00050G-Vc for guix-devel@gnu.org; Sun, 21 Aug 2016 15:12:03 -0400 Content-Disposition: inline In-Reply-To: <20160820163217.20132-1-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" To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org On Sun, Aug 21, 2016 at 12:32:17AM +0800, 宋文武 wrote: > * gnu/packages/gimp.scm (gimp)[arguments]: Add phase to > install 'sitecustomize.py'. On #guix, one of the GIMP developers (schumaml) suggest we instead set PYTHONPATH in the file 'data/environ/default.env': https://git.gnome.org/browse/gimp/tree/data/environ The relevant conversation begins here: https://gnunet.org/bot/log/guix/2016-08-21#T1110898 I don't understand the pros and cons of the two different solutions, so I'm not suggesting we change how we solve this problem. But, I wanted to pass on the suggestion from the GIMP developer.