From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH v3] gnu: Add python-prompt-toolkit, python2-prompt-toolkit. Date: Wed, 6 Jul 2016 10:52:41 +0200 Message-ID: <20160706105241.0eff621f@scratchpost.org> References: <20160628101945.4225c7a5@scratchpost.org> <20160629094040.01b99f6a@scratchpost.org> <20160629113033.5297f1e0@scratchpost.org> <20160630022332.GA6667@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKiZe-00048H-Qj for guix-devel@gnu.org; Wed, 06 Jul 2016 04:52:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKiZa-0003YY-Ma for guix-devel@gnu.org; Wed, 06 Jul 2016 04:52:49 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:47300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKiZa-0003Y2-Gy for guix-devel@gnu.org; Wed, 06 Jul 2016 04:52:46 -0400 In-Reply-To: <20160630022332.GA6667@jasmine> 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 I can confirm that adding (properties `((python2-variant . ,(delay python2-prompt-toolkit)))) and (properties `((python2-variant . ,(delay python2-wcwidth)))) , respectively, makes python2-prompt-toolkit work for Python 2 as well.