From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20889: python Tkinter Date: Thu, 08 Oct 2015 00:18:38 +0200 Message-ID: <87fv1m1fwh.fsf@gnu.org> References: <55972A09.9020508@gmail.com> <87fv52rjso.fsf@gnu.org> <5599B21D.60008@gmail.com> <87wpyd4meg.fsf@gnu.org> 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]:57675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zjx58-0007TF-PD for bug-guix@gnu.org; Wed, 07 Oct 2015 18:21:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zjx55-00027L-Gk for bug-guix@gnu.org; Wed, 07 Oct 2015 18:21:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zjx55-00027E-DE for bug-guix@gnu.org; Wed, 07 Oct 2015 18:21:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Zjx55-0006G3-1j for bug-guix@gnu.org; Wed, 07 Oct 2015 18:21:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87wpyd4meg.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 06 Jul 2015 12:21:11 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Federico Beffa Cc: 20889-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > OK. Then we effectively need to proceed as you suggest: Build > python-minimal (which does not depend on Tk), build Tk, and then build > python. Done in commits 95288fc and afa181f. Thanks, Ludo=E2=80=99.