about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorAndrey Golovizin <ag@sologoc.com>2018-06-15 17:43:08 +0200
committerAndrey Golovizin <ag@sologoc.com>2018-06-15 17:43:08 +0200
commit42e1a217932e25a5c27ebbe2265a41cbbed0f2a9 (patch)
tree4fab3a37f192d45c96554f0db1c58985eb3af62c /pkgs/applications/networking
parent54ea1cd58aefde76f7ab2f63e955b9c622c70d1f (diff)
downloadnixlib-42e1a217932e25a5c27ebbe2265a41cbbed0f2a9.tar
nixlib-42e1a217932e25a5c27ebbe2265a41cbbed0f2a9.tar.gz
nixlib-42e1a217932e25a5c27ebbe2265a41cbbed0f2a9.tar.bz2
nixlib-42e1a217932e25a5c27ebbe2265a41cbbed0f2a9.tar.lz
nixlib-42e1a217932e25a5c27ebbe2265a41cbbed0f2a9.tar.xz
nixlib-42e1a217932e25a5c27ebbe2265a41cbbed0f2a9.tar.zst
nixlib-42e1a217932e25a5c27ebbe2265a41cbbed0f2a9.zip
ktorrent: fix build with Qt 5.11
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/p2p/ktorrent/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/ktorrent/default.nix b/pkgs/applications/networking/p2p/ktorrent/default.nix
index fbd01c388b0d..53485e95b9a6 100644
--- a/pkgs/applications/networking/p2p/ktorrent/default.nix
+++ b/pkgs/applications/networking/p2p/ktorrent/default.nix
@@ -28,6 +28,16 @@ stdenv.mkDerivation rec {
       url = "https://cgit.kde.org/ktorrent.git/patch/?id=672c5076de7e3a526d9bdbb484a69e9386bc49f8";
       sha256 = "1cn4rnbhadrsxqx50fawpd747azskavbjraygr6s11rh1wbfrxid";
     })
+
+    # Fix build against Qt 5.11
+    (fetchpatch {
+      url = "https://cgit.kde.org/ktorrent.git/patch/?id=7876857d204188016a135a25938d9f8530fba4e8";
+      sha256 = "1wnmfzkhf6y7fd0z2djwphs6i9lsg7fcrj8fqmbyi0j57dvl9gxl";
+    })
+    (fetchpatch {
+      url = "https://cgit.kde.org/ktorrent.git/patch/?id=36d112e56e56541d439326a267eb906da8b3ee60";
+      sha256 = "1d41pqniljhwqs6awa644s6ks0zwm9sr0hpfygc63wyxnpcrsw2y";
+    })
   ];
 
   enableParallelBuilding = true;