summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-24 15:11:20 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-26 05:24:26 -0600
commit3ade46172db7ce3498ff080857e970d320a4ea85 (patch)
treeaa5da2cfb38e66b6f396899fd2a1a990fc51bc93 /pkgs/applications/kde
parent4aa5c8141d24ae23521bfdb5e63ba36050c12eb5 (diff)
kaddressbook: patch for Qt 5.15.2
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kaddressbook.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kaddressbook.nix b/pkgs/applications/kde/kaddressbook.nix
index b4b0450e78bf..de4f1f5aa82c 100644
--- a/pkgs/applications/kde/kaddressbook.nix
+++ b/pkgs/applications/kde/kaddressbook.nix
@@ -1,5 +1,5 @@
{
- mkDerivation, lib, kdepimTeam,
+ mkDerivation, lib, kdepimTeam, fetchpatch,
extra-cmake-modules, kdoctools,
akonadi, akonadi-search, grantlee, grantleetheme, kcmutils, kcompletion,
kcrash, kdbusaddons, kdepim-apps-libs, ki18n, kontactinterface, kparts,
@@ -13,6 +13,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/kaddressbook/-/commit/8aee8d40ae2a1c920d3520163d550d3b49720226.patch";
+ sha256 = "sha256:0dsy119cd5w9khiwgk6fb7xnjzmj94rfphf327k331lf15zq4853";
+ })
+ ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
akonadi akonadi-search grantlee grantleetheme kcmutils kcompletion kcrash