From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: [PATCH] IPython: Use 'python2-variant'. Date: Thu, 21 Apr 2016 20:51:20 +0200 Message-ID: <57192128.6090307@crazy-compilers.com> References: <5712DEAB.8000001@uq.edu.au> <20160418190710.GC27770@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atJhH-0006oS-0c for guix-devel@gnu.org; Thu, 21 Apr 2016 14:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atJhD-0000EP-Qu for guix-devel@gnu.org; Thu, 21 Apr 2016 14:51:26 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:45822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atJhD-0000EB-K1 for guix-devel@gnu.org; Thu, 21 Apr 2016 14:51:23 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3qrSWt28dLz3hj6X for ; Thu, 21 Apr 2016 20:51:22 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3qrSWt1ZmWzvkFZ for ; Thu, 21 Apr 2016 20:51:22 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id w3wdmchDkCiq for ; Thu, 21 Apr 2016 20:51:21 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-141-229.dynamic.mnet-online.de [188.174.141.229]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Thu, 21 Apr 2016 20:51:21 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id D393D6005B for ; Thu, 21 Apr 2016 20:51:20 +0200 (CEST) In-Reply-To: <20160418190710.GC27770@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: guix-devel@gnu.org > On Sun, Apr 17, 2016 at 10:54:03AM +1000, Ben Woodcroft wrote: >> (define-public python2-ipython >> - (let ((ipython (package-with-python2 python-ipython))) >> + (let ((parent (package-with-python2 >> + (strip-python2-variant python-ipython)))) I wonder why this "strip-python2-variant" is not integrated into package-with-python2? Having it separately IMHO is of no use, it just adds additional code to be copy&pasted. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |