File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
pkgs/kde/gear/libktorrent Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 55 boost ,
66 gmp ,
77 libgcrypt ,
8+ fetchpatch ,
89} :
910mkKdeDerivation {
1011 pname = "libktorrent" ;
1112
13+ # Backport patches to fix build with Qt 6.9
14+ # FIXME: remove in 25.04
15+ patches = [
16+ ( fetchpatch {
17+ url = "https://invent.kde.org/network/libktorrent/-/commit/4bcf7eb1e0cb781286eae33751acd8e827080ec5.patch" ;
18+ includes = [ "src/utp/connection.cpp" ] ;
19+ hash = "sha256-gj5jLViuzttfzCrx/izmajJiH3vE9TkfsXS+1r/qGNc=" ;
20+ } )
21+ ( fetchpatch {
22+ url = "https://invent.kde.org/network/libktorrent/-/commit/4f73038c74b5d72b2f7f1377c7bf037f111e965d.patch" ;
23+ hash = "sha256-dQeZLmnagxBOUR2hnxF65jIRSAntTrEggxdUf3NNzDE=" ;
24+ } )
25+ ] ;
26+
1227 extraNativeBuildInputs = [ doxygen ] ;
1328 extraBuildInputs = [ qt5compat ] ;
1429 extraPropagatedBuildInputs = [
You can’t perform that action at this time.
0 commit comments