about summary refs log tree commit diff
path: root/pkgs/applications/kde/kompare.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-01-31 10:21:31 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2021-02-04 14:52:02 -0600
commit450caa651440eeeac3d7f02aea484106e7f26d0e (patch)
treeb56d2b4f0d68761712194b952c589a77e89cafb5 /pkgs/applications/kde/kompare.nix
parentfc27c096aae55cd4cad97893f1e7c71907c04683 (diff)
kompare: remove backported patches
Diffstat (limited to 'pkgs/applications/kde/kompare.nix')
-rw-r--r--pkgs/applications/kde/kompare.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/applications/kde/kompare.nix b/pkgs/applications/kde/kompare.nix
index a449a1e4f51e6..d4d49c6a94262 100644
--- a/pkgs/applications/kde/kompare.nix
+++ b/pkgs/applications/kde/kompare.nix
@@ -12,15 +12,5 @@ mkDerivation {
   buildInputs = [
     kiconthemes kparts ktexteditor kwidgetsaddons libkomparediff2
   ];
-
-  patches = [
-    (fetchpatch {
-      # Portaway from Obsolete methods of QPrinter
-      # Part of v20.12.0
-      url = "https://invent.kde.org/sdk/kompare/-/commit/68d3eee36c48a2f44ccfd3f9e5a36311b829104b.patch";
-      sha256 = "B2i5n5cUDjCqTEF0OyTb1+LhPa5yWCnFycwijf35kwU=";
-    })
-  ];
-
   outputs = [ "out" "dev" ];
 }