libtorrentRasterbar: rename to libtorrent-rasterbar

This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
This commit is contained in:
Milan Pässler
2020-12-20 20:51:28 +01:00
committed by Milan
parent 0dcf65711c
commit a333985d59
10 changed files with 25 additions and 21 deletions
+3 -3
View File
@@ -3514,10 +3514,10 @@ in {
libtmux = callPackage ../development/python-modules/libtmux { };
libtorrentRasterbar = if isPy27 then
(toPythonModule (pkgs.libtorrentRasterbar-1_2_x.override { inherit python; })).python
libtorrent-rasterbar = if isPy27 then
(toPythonModule (pkgs.libtorrent-rasterbar-1_2_x.override { inherit python; })).python
else
(toPythonModule (pkgs.libtorrentRasterbar.override { inherit python; })).python;
(toPythonModule (pkgs.libtorrent-rasterbar.override { inherit python; })).python;
libusb1 = callPackage ../development/python-modules/libusb1 { inherit (pkgs) libusb1; };