about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2019-08-16 10:56:21 -0500
committerGitHub <noreply@github.com>2019-08-16 10:56:21 -0500
commited3cb39bfa7234e5bbf2b50ce6f658ef5fda686a (patch)
tree86ed15b3769734c7bc2bdbecb0cd53e8a98f7a46 /pkgs/applications/networking
parent136f528bbb67d69d4c660685236640c344808360 (diff)
parentd6ab8baa1bba68800fa6b7b743a96011d2633ab3 (diff)
downloadnixlib-ed3cb39bfa7234e5bbf2b50ce6f658ef5fda686a.tar
nixlib-ed3cb39bfa7234e5bbf2b50ce6f658ef5fda686a.tar.gz
nixlib-ed3cb39bfa7234e5bbf2b50ce6f658ef5fda686a.tar.bz2
nixlib-ed3cb39bfa7234e5bbf2b50ce6f658ef5fda686a.tar.lz
nixlib-ed3cb39bfa7234e5bbf2b50ce6f658ef5fda686a.tar.xz
nixlib-ed3cb39bfa7234e5bbf2b50ce6f658ef5fda686a.tar.zst
nixlib-ed3cb39bfa7234e5bbf2b50ce6f658ef5fda686a.zip
Merge pull request #65561 from nyanloutre/plasma_update_5_16_3
kde_applications: 19.04.1 -> 19.08.0; kdeFrameworks: 5.58 -> 5.61; plasma-5: 5.15.5 -> 5.16.4
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/irc/konversation/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/applications/networking/irc/konversation/default.nix b/pkgs/applications/networking/irc/konversation/default.nix
index 27297b01dce1..6a58241b89aa 100644
--- a/pkgs/applications/networking/irc/konversation/default.nix
+++ b/pkgs/applications/networking/irc/konversation/default.nix
@@ -1,6 +1,7 @@
 { mkDerivation
 , lib
 , fetchurl
+, fetchpatch
 , extra-cmake-modules
 , kdoctools
 , kbookmarks
@@ -38,6 +39,14 @@ in mkDerivation rec {
     sha256 = "0h098yhlp36ls6pdvs2r93ig8dv4fys62m0h6wxccprb0qrpbgv0";
   };
 
+  patches = [
+    # Delete this patch for konversation > 1.7.5
+    (fetchpatch {
+      url = "https://cgit.kde.org/konversation.git/patch/?id=4d0036617becc26a76fd021138c98aceec4c7b53";
+      sha256 = "17hdj6zyln3n93b71by26mrwbgyh4k052ck5iw1drysx5dyd5l6y";
+    })
+  ];
+
   buildInputs = [
     kbookmarks
     karchive