From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecFdV-0004Kt-7j for guix-patches@gnu.org; Thu, 18 Jan 2018 14:14:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecFdS-0004SL-3B for guix-patches@gnu.org; Thu, 18 Jan 2018 14:14:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54019) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecFdR-0004SG-Vs for guix-patches@gnu.org; Thu, 18 Jan 2018 14:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ecFdR-0000dG-Mq for guix-patches@gnu.org; Thu, 18 Jan 2018 14:14:01 -0500 Subject: [bug#30159] [PATCH 2/2] gnu: Add python2-libtorrent. Resent-Message-ID: Date: Thu, 18 Jan 2018 20:13:08 +0100 From: Danny Milosavljevic Message-ID: <20180118201308.16ebf07d@scratchpost.org> In-Reply-To: <20180118150351.1671-2-mike.rosset@gmail.com> References: <20180118150351.1671-1-mike.rosset@gmail.com> <20180118150351.1671-2-mike.rosset@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: mike rosset Cc: 30159@debbugs.gnu.org > +(define-public python2-libtorrent > + (package > + (inherit libtorrent-rasterbar) > + (name "python2-libtorrent") > + (build-system python-build-system) > + (arguments `(#:python ,python-2)) > + (synopsis "python bindings for libtorrent"))) Strange way to do that. Does this bundle libtorrent-rasterbar? Please unbundle it. (Try (delete-file-recursively "src") and then build the python bindings, with libtorrent-rasterbar in inputs)