summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-24 16:24:57 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-26 05:24:26 -0600
commit672e363795a0ea868b523e78fdbcc1fceae54178 (patch)
tree7a517fb88e55f5ef182561444cfd1cae621692a4 /pkgs/applications/kde
parent3ade46172db7ce3498ff080857e970d320a4ea85 (diff)
calendarsupport: patch for Qt 5.15.2
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/calendarsupport.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/applications/kde/calendarsupport.nix b/pkgs/applications/kde/calendarsupport.nix
index 1537bd25d55e..0364291994f9 100644
--- a/pkgs/applications/kde/calendarsupport.nix
+++ b/pkgs/applications/kde/calendarsupport.nix
@@ -1,5 +1,5 @@
{
- mkDerivation, lib, kdepimTeam,
+ mkDerivation, lib, kdepimTeam, fetchpatch,
extra-cmake-modules, kdoctools,
akonadi, akonadi-calendar, akonadi-mime, akonadi-notes, kcalutils, kdepim-apps-libs,
kholidays, kidentitymanagement, kmime, pimcommon, qttools,
@@ -11,6 +11,13 @@ mkDerivation {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
maintainers = kdepimTeam;
};
+ patches = [
+ # Patch for Qt 5.15.2 until version 20.12.0
+ (fetchpatch {
+ url = "https://invent.kde.org/pim/calendarsupport/-/commit/b4193facb223bd5b73a65318dec8ced51b66adf7.patch";
+ sha256 = "sha256:1da11rqbxxrl06ld3avc41p064arz4n6w5nxq8r008v8ws3s64dy";
+ })
+ ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
akonadi akonadi-mime akonadi-notes kcalutils kdepim-apps-libs kholidays pimcommon qttools