libtorrentRasterbar-2_0_x: init at 2.0.1

This commit is contained in:
Milan Pässler
2020-12-20 15:48:58 +01:00
committed by Milan
parent 49ea33f24c
commit 1edfaa4a0d
3 changed files with 58 additions and 3 deletions
+4 -1
View File
@@ -3514,7 +3514,10 @@ in {
libtmux = callPackage ../development/python-modules/libtmux { };
libtorrentRasterbar = (toPythonModule (pkgs.libtorrentRasterbar.override { inherit python; })).python;
libtorrentRasterbar = if isPy27 then
(toPythonModule (pkgs.libtorrentRasterbar-1_2_x.override { inherit python; })).python
else
(toPythonModule (pkgs.libtorrentRasterbar.override { inherit python; })).python;
libusb1 = callPackage ../development/python-modules/libusb1 { inherit (pkgs) libusb1; };