kiconthemes: drop merged patch

This commit is contained in:
K900 2023-04-08 22:35:15 +03:00
parent a599a94d21
commit 47cf375325

View file

@ -1,5 +1,5 @@
{
mkDerivation, fetchpatch,
mkDerivation,
extra-cmake-modules,
breeze-icons, karchive, kcoreaddons, kconfigwidgets, ki18n, kitemviews,
qtbase, qtsvg, qttools,
@ -9,12 +9,6 @@ mkDerivation {
pname = "kiconthemes";
patches = [
./default-theme-breeze.patch
# fix compile error
(fetchpatch {
url = "https://invent.kde.org/frameworks/kiconthemes/-/commit/d5d04e3c3fa92fbfd95eced39c3e272b8980563d.patch";
hash = "sha256-8YGWJg7+LrPpezW8ubObcFovI5DCVn3gbdH7KDdEeQw=";
})
];
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [