Commit 47cf3753 authored by K900's avatar K900
Browse files

kiconthemes: drop merged patch

parent a599a94d
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
{
  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 = [