kde-rounded-corners: add upstream patch for Qt >=6.10 (#455101)

This commit is contained in:
Masum Reza
2025-10-25 11:01:54 +00:00
committed by GitHub

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