mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
deluge: do not use libtorrent-rasterbar-1_2_x
It was pinned when deluge was not entirely compatible with libtorrent 2.0.
This commit is contained in:
parent
d2031e8c2e
commit
c3a737301b
@ -7389,9 +7389,7 @@ with pkgs;
|
||||
|
||||
ddrutility = callPackage ../tools/system/ddrutility { };
|
||||
|
||||
inherit (callPackages ../applications/networking/p2p/deluge {
|
||||
libtorrent-rasterbar = libtorrent-rasterbar-1_2_x;
|
||||
})
|
||||
inherit (callPackages ../applications/networking/p2p/deluge { })
|
||||
deluge-gtk
|
||||
deluged
|
||||
deluge;
|
||||
|
Loading…
Reference in New Issue
Block a user