From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH] gnu: gimp: Fix python plugin. Date: Mon, 22 Aug 2016 19:33:22 +0800 Message-ID: <87d1l1t4vx.fsf@member.fsf.org> References: <20160820163217.20132-1-iyzsong@gmail.com> <20160821191149.GA15818@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbnUG-00086h-Do for guix-devel@gnu.org; Mon, 22 Aug 2016 07:33:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbnU9-00079E-Az for guix-devel@gnu.org; Mon, 22 Aug 2016 07:33:51 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:50627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbnU9-000798-4M for guix-devel@gnu.org; Mon, 22 Aug 2016 07:33:45 -0400 In-Reply-To: <20160821191149.GA15818@jasmine> (Leo Famulari's message of "Sun, 21 Aug 2016 15:11:49 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Sun, Aug 21, 2016 at 12:32:17AM +0800, =E5=AE=8B=E6=96=87=E6=AD=A6 wro= te: >> * 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. Oh, thanks. Actually, I first tried to use an environ file, but couldn't make it works...