about summary refs log tree commit diff
path: root/pkgs/applications/kde/neochat.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-08-24 13:59:41 +0300
committerK900 <me@0upti.me>2023-08-24 18:37:08 +0300
commite50edcb50693ef73a2eef9adfd1614b0f9a82370 (patch)
tree8fc0a9d6661e287bb55228fc334b2cc000bbb988 /pkgs/applications/kde/neochat.nix
parent9ab379753f6a7b781e025783ab77dabfb5706368 (diff)
kde/gear: 23.04.3 -> 23.08.0
Diffstat (limited to 'pkgs/applications/kde/neochat.nix')
-rw-r--r--pkgs/applications/kde/neochat.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/applications/kde/neochat.nix b/pkgs/applications/kde/neochat.nix
index 0b9f3c57f610e..4df33add6795e 100644
--- a/pkgs/applications/kde/neochat.nix
+++ b/pkgs/applications/kde/neochat.nix
@@ -1,6 +1,5 @@
 { mkDerivation
 , lib
-, fetchpatch
 
 , cmake
 , extra-cmake-modules
@@ -33,14 +32,6 @@
 mkDerivation {
   pname = "neochat";
 
-  patches = [
-    (fetchpatch {
-      name = "libquotient-0.8.patch";
-      url = "https://invent.kde.org/network/neochat/-/commit/d9d5e17be2a2057ab2ee545561fab721cb211f7f.patch";
-      hash = "sha256-y1PEehFCW+69OH8YvL3SUGOb8Hhyf8xwRvSZzJ5J5Wc=";
-    })
-  ];
-
   nativeBuildInputs = [
     cmake
     extra-cmake-modules