kde-rounded-corners: add upstream patch for Qt >=6.10

This commit is contained in:
Kylie McClain
2025-10-23 21:38:53 -04:00
parent 1748bcf717
commit 554252cf6a

View File

@@ -1,6 +1,7 @@
{
stdenv,
fetchFromGitHub,
fetchpatch2,
cmake,
extra-cmake-modules,
wrapQtAppsHook,
@@ -23,6 +24,13 @@ stdenv.mkDerivation rec {
hash = "sha256-ef63PVG0JOHY4zyq5M5oAAcxtfhm1XOvpsxgSeXvgDo=";
};
patches = [
(fetchpatch2 {
url = "https://github.com/matinlotfali/KDE-Rounded-Corners/commit/5d63212e65ed06ca65a2a7f0ad2436045b839ddd.patch";
hash = "sha256-wfjxMKRmJu3gflldNvWLghw5oFyyxY2ml1lsl/TVzxI=";
})
];
nativeBuildInputs = [
cmake
extra-cmake-modules