From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add python2-protobuf Date: Sun, 3 Jul 2016 17:46:35 -0400 Message-ID: <20160703214635.GD27094@jasmine> References: <777b604dcc8bd75cc9f0695ae7f9a46e@d4n1.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJpEF-0005FS-Lp for guix-devel@gnu.org; Sun, 03 Jul 2016 17:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJpEB-0006yP-Ek for guix-devel@gnu.org; Sun, 03 Jul 2016 17:47:02 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:43743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJpEA-0006xg-8N for guix-devel@gnu.org; Sun, 03 Jul 2016 17:46:59 -0400 Content-Disposition: inline In-Reply-To: <777b604dcc8bd75cc9f0695ae7f9a46e@d4n1.org> 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: Daniel Pimentel Cc: guix-devel@gnu.org On Sun, Jul 03, 2016 at 03:48:18PM -0300, Daniel Pimentel wrote: > Hi Guix, > > Add python2-protobuf > > * gnu/packages/python.scm (python2-protobuf): New variables. Thanks for this! Can you try building the python-3 version as well, and then using package-with-python2 to make python2-protobuf?