From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: propagated-inputs and package-with-python2 Date: Sun, 7 Dec 2014 15:05:38 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxcT2-00067O-9b for guix-devel@gnu.org; Sun, 07 Dec 2014 09:05:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxcSy-0007ul-78 for guix-devel@gnu.org; Sun, 07 Dec 2014 09:05:44 -0500 Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:53166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxcSx-0007uS-Ud for guix-devel@gnu.org; Sun, 07 Dec 2014 09:05:40 -0500 Received: by mail-lb0-f180.google.com with SMTP id l4so2553184lbv.25 for ; Sun, 07 Dec 2014 06:05:38 -0800 (PST) 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: Guix-devel Hi, I've noticed that the 'propagated-inputs' of python packages are not adapted for python2 by the function package-with-python2. Should we change this? Regards, Fede