From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcxCl-00011f-9Z for guix-patches@gnu.org; Wed, 02 Aug 2017 13:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcxCg-0008Lr-CV for guix-patches@gnu.org; Wed, 02 Aug 2017 13:13:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35957) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcxCg-0008Lj-8d for guix-patches@gnu.org; Wed, 02 Aug 2017 13:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcxCf-0000Xg-Tb for guix-patches@gnu.org; Wed, 02 Aug 2017 13:13:01 -0400 Subject: [bug#27908] [PATCH] gnu: calibre: Add python2-msgpack as an native-input. Resent-Message-ID: References: <20170801150204.26224-1-manolis837@gmail.com> <20170801153912.GL2406@macbook42.flashner.co.il> From: Manolis Ragkousis Message-ID: Date: Wed, 2 Aug 2017 20:12:33 +0300 MIME-Version: 1.0 In-Reply-To: <20170801153912.GL2406@macbook42.flashner.co.il> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: efraim@flashner.co.il Cc: 27908@debbugs.gnu.org Hey Efraim On 08/01/2017 06:39 PM, Efraim Flashner wrote: > Looks good to me > I looked at my patch again and I think that python2-msgpack should be an input, not a native-input. It's needed at run-time. I will make the appropriate changes and push to master. Thank you, Manolis