From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: python2-pygtk: fix path to pygobject-codegen-2.0. Date: Wed, 04 Mar 2015 13:20:42 +0100 Message-ID: <87lhjdhs2t.fsf@gnu.org> References: <8761aj9ojg.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8IC-0003O2-9R for guix-devel@gnu.org; Wed, 04 Mar 2015 07:20:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT8I8-0001bK-Uh for guix-devel@gnu.org; Wed, 04 Mar 2015 07:20:48 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8I8-0001bG-RV for guix-devel@gnu.org; Wed, 04 Mar 2015 07:20:44 -0500 In-Reply-To: <8761aj9ojg.fsf@mango.localdomain> (Ricardo Wurmus's message of "Mon, 02 Mar 2015 20:39:47 +0100") 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 Ricardo Wurmus skribis: > PyGtk comes with the deprecated pygtk-codegen-2.0 which only wraps > pygobject-codegen-2.0. The attached patch fixes the prefix to this > executable from the pygtk prefix to the pygobject package output. > > ~~ Ricardo > > From 01012ecefda0842d59d1031991ddf5ea6bb75080 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 2 Mar 2015 20:35:14 +0100 > Subject: [PATCH] gnu: python2-pygtk: fix path to pygobject-codegen-2.0 > > * gnu/packages/gtk.scm (python2-pygtk)[arguments]: Add phase to patch the path > to the pygobject-codegen-2.0 executable. OK! Ludo'.