gnu: libtorrent-rasterbar: Build with Python 3.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Change
from PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
Marius Bakke 2020-03-13 20:16:37 +01:00
parent 53402d437c
commit e22c2c78a1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -404,7 +404,7 @@ (define-public libtorrent-rasterbar
(assoc-ref %outputs "out") "/lib"))))
(inputs `(("boost" ,boost)
("openssl" ,openssl)))
(native-inputs `(("python" ,python-2)
(native-inputs `(("python" ,python-wrapper)
("pkg-config" ,pkg-config)))
(home-page "https://www.libtorrent.org/")
(synopsis "Feature complete BitTorrent implementation")