guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30159] [PATCH 2/2] gnu: Add python2-libtorrent.


From: Danny Milosavljevic
Subject: [bug#30159] [PATCH 2/2] gnu: Add python2-libtorrent.
Date: Thu, 18 Jan 2018 20:13:08 +0100

> +(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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]