kompare: remove backported patches

This commit is contained in:
Thomas Tuegel 2021-01-31 10:21:31 -06:00
parent fc27c096aa
commit 450caa6514
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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" ];
}