Unverified Commit 90c310bb authored by K900's avatar K900 Committed by GitHub
Browse files

kdePackages.kirigami: backport patch recommended by upstream (#471072)

parents a0c9e5ba 3ef8c4d1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  qtdeclarative,
  qt5compat,
  qqc2-desktop-style,
  fetchpatch,
}:
# Kirigami has a runtime dependency on qqc2-desktop-style,
# which has a build time dependency on Kirigami.
@@ -19,6 +20,13 @@ let

    patches = [
      ./rb-templates.patch

      # Fix rendering issues in some applications
      # FIXME: remove in next update
      (fetchpatch {
        url = "https://invent.kde.org/frameworks/kirigami/-/commit/19127672cd812d177192cf84da4107f9abed2934.diff";
        hash = "sha256-dh1OwMTksbVTEsEDw4vfBarR3fyBaulQa8SSHsddht0=";
      })
    ];

    extraNativeBuildInputs = [