From c3a737301bba18f92b275cc709d4129ae80e5bb1 Mon Sep 17 00:00:00 2001 From: 1sixth <1sixth@shinta.ro> Date: Mon, 11 Sep 2023 08:02:57 +0800 Subject: [PATCH] deluge: do not use libtorrent-rasterbar-1_2_x It was pinned when deluge was not entirely compatible with libtorrent 2.0. --- pkgs/top-level/all-packages.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b6a87385b983..98f3caa99d05 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;