summary refs log tree commit diff
path: root/pkgs/applications/kde/messagelib.nix
diff options
context:
space:
mode:
authorAndré Vitor de Lima Matos <andre.vmatos@gmail.com>2022-08-19 08:09:38 -0300
committerPeter Hoeg <peter@hoeg.com>2022-08-26 11:34:11 +0800
commit346e1a426d64169d64e45549131923970fb4426b (patch)
tree825c6fdad29c6813e64e582c43096bd4c4cda97a /pkgs/applications/kde/messagelib.nix
parentd5ea0684a8da07bedd2a1bacaa0482cc504b9259 (diff)
downloadnixpkgs-346e1a426d64169d64e45549131923970fb4426b.tar
nixpkgs-346e1a426d64169d64e45549131923970fb4426b.tar.gz
nixpkgs-346e1a426d64169d64e45549131923970fb4426b.tar.bz2
nixpkgs-346e1a426d64169d64e45549131923970fb4426b.tar.lz
nixpkgs-346e1a426d64169d64e45549131923970fb4426b.tar.xz
nixpkgs-346e1a426d64169d64e45549131923970fb4426b.tar.zst
nixpkgs-346e1a426d64169d64e45549131923970fb4426b.zip
kde/gear: add a few missing dependencies
Diffstat (limited to 'pkgs/applications/kde/messagelib.nix')
-rw-r--r--pkgs/applications/kde/messagelib.nix13
1 files changed, 1 insertions, 12 deletions
diff --git a/pkgs/applications/kde/messagelib.nix b/pkgs/applications/kde/messagelib.nix
index 193b9cadf53..6709a1f072a 100644
--- a/pkgs/applications/kde/messagelib.nix
+++ b/pkgs/applications/kde/messagelib.nix
@@ -5,7 +5,7 @@
   grantleetheme, karchive, kcodecs, kconfig, kconfigwidgets, kcontacts,
   kiconthemes, kidentitymanagement, kio, kjobwidgets, kldap,
   kmailtransport, kmbox, kmime, kwindowsystem, libgravatar, libkdepim, libkleo,
-  pimcommon, qca-qt5, qtwebengine, syntax-highlighting, fetchpatch
+  pimcommon, qca-qt5, qtwebengine, syntax-highlighting
 }:
 
 mkDerivation {
@@ -14,17 +14,6 @@ mkDerivation {
     license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
     maintainers = kdepimTeam;
   };
-  patches = [
-    # fix compatibility with cmake 3.24
-    (fetchpatch {
-      url = "https://invent.kde.org/pim/messagelib/-/commit/6eaef36d42bdb05f3.patch";
-      hash = "sha256-H0ayU81HxX5moHOQ3hDW7tg824oqK1p9atrBhuvZ8K8=";
-    })
-    (fetchpatch {
-      url = "https://invent.kde.org/pim/messagelib/-/commit/3edc93673f94604c2.patch";
-      hash = "sha256-tBFWCfttjDjyQyWnKdhVfLY6QsixzqqYuvD77GVH080=";
-    })
-  ];
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
     akonadi-notes akonadi-search gpgme grantlee grantleetheme karchive kcodecs