From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: python-pycairo in core-updates (Re: core-updates!) Date: Fri, 01 Jul 2016 19:33:52 +0800 Message-ID: <87inwpwq1r.fsf@member.fsf.org> References: <87d1mxn33e.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwi3-0000Bj-VE for guix-devel@gnu.org; Fri, 01 Jul 2016 07:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIwi0-0000zf-PF for guix-devel@gnu.org; Fri, 01 Jul 2016 07:34:11 -0400 In-Reply-To: <87d1mxn33e.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Fri, 01 Jul 2016 11:02:13 +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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= , Leo Famulari Cc: guix-devel Hi, python-wrapper has a broken `python3-config', which output cflags to the wrapper instead of the origin python3, leading the build failure of python-pycairo. It was introduced in commit 478e75b53. Does it really needed?