From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: gimp scripting support Date: Tue, 18 Aug 2015 17:40:50 +0200 Message-ID: <8737zgpptp.fsf@gnu.org> References: 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]:41574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRj0Q-0005WF-Cj for guix-devel@gnu.org; Tue, 18 Aug 2015 11:40:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRj0P-0006Et-Dx for guix-devel@gnu.org; Tue, 18 Aug 2015 11:40:54 -0400 In-Reply-To: (Federico Beffa's message of "Sat, 1 Aug 2015 18:01:19 +0200") 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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > Given that 'pygtk' is now necessary, IMO it should be a propagated input. > > Also, installing pygtk in my profile is not enough. This is because I > do use python-3, while gimp uses python-2. For this reason PYTHONPATH > doesn't work with gimp and I can't change it. > > One solution is to define PYTHONPATH in a wrapper around gimp. Making a wrapper sounds better to me than using propagated inputs (it=E2=80= =99s less intrusive because it doesn=E2=80=99t pull new stuff in the user=E2=80= =99s profile.) Can you prepare a patch for this? Thanks, Ludo=E2=80=99.