gnu: libtorrent-rasterbar: Build with Python 3.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.master
parent
53402d437c
commit
e22c2c78a1
|
@ -404,7 +404,7 @@ and will take advantage of multiple processor cores where possible.")
|
||||||
(assoc-ref %outputs "out") "/lib"))))
|
(assoc-ref %outputs "out") "/lib"))))
|
||||||
(inputs `(("boost" ,boost)
|
(inputs `(("boost" ,boost)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
(native-inputs `(("python" ,python-2)
|
(native-inputs `(("python" ,python-wrapper)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://www.libtorrent.org/")
|
(home-page "https://www.libtorrent.org/")
|
||||||
(synopsis "Feature complete BitTorrent implementation")
|
(synopsis "Feature complete BitTorrent implementation")
|
||||||
|
|
Reference in New Issue