about summary refs log tree commit diff
path: root/pkgs/applications/kde/kdepim-runtime.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-21 19:30:55 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:52:15 -0500
commit5f3732f81567613e5f3853dee7f0bc9badd2efc6 (patch)
tree74268d99aceccd99eb2add868cc3a7ef50e76122 /pkgs/applications/kde/kdepim-runtime.nix
parentca324e54dd25150eb728b1aad130197281bff9f8 (diff)
downloadnixlib-5f3732f81567613e5f3853dee7f0bc9badd2efc6.tar
nixlib-5f3732f81567613e5f3853dee7f0bc9badd2efc6.tar.gz
nixlib-5f3732f81567613e5f3853dee7f0bc9badd2efc6.tar.bz2
nixlib-5f3732f81567613e5f3853dee7f0bc9badd2efc6.tar.lz
nixlib-5f3732f81567613e5f3853dee7f0bc9badd2efc6.tar.xz
nixlib-5f3732f81567613e5f3853dee7f0bc9badd2efc6.tar.zst
nixlib-5f3732f81567613e5f3853dee7f0bc9badd2efc6.zip
Revert "kdepim-runtime: patch from upstream to fix IMAP resource crash"
This reverts commit a6d746fbd12a6633e775e2cb52793f4baa8bab36.
Diffstat (limited to 'pkgs/applications/kde/kdepim-runtime.nix')
-rw-r--r--pkgs/applications/kde/kdepim-runtime.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/applications/kde/kdepim-runtime.nix b/pkgs/applications/kde/kdepim-runtime.nix
index f267c6a83064..01683a6315c1 100644
--- a/pkgs/applications/kde/kdepim-runtime.nix
+++ b/pkgs/applications/kde/kdepim-runtime.nix
@@ -1,5 +1,5 @@
 {
-  mkDerivation, lib, kdepimTeam, fetchpatch,
+  mkDerivation, lib, kdepimTeam,
   extra-cmake-modules, kdoctools,
   shared_mime_info,
   akonadi, akonadi-calendar, akonadi-contacts, akonadi-mime, akonadi-notes,
@@ -20,13 +20,6 @@ mkDerivation {
     kalarmcal kcalutils kcontacts kdav kdelibs4support kidentitymanagement kimap
     kmailtransport kmbox kmime knotifications knotifyconfig qtwebengine
   ];
-  patches = [
-    # Fix crash in IMAP Akonadi resource
-    (fetchpatch {
-      url = "https://cgit.kde.org/kdepim-runtime.git/patch/?id=611510d0a005bc93102aa4b9f1a5b5f9905c4179";
-      sha256 = "1zidfqwzj5waq01iqzgq1imr8aq7a2h5aysygi4ynakwgr4ypxcj";
-    })
-  ];
   # Attempts to build some files before dependencies have been generated
   enableParallelBuilding = false;
 }