libsForQt5.qtcurve: fix build with cmake 4

This commit is contained in:
Sam Estep
2025-10-24 10:04:14 -04:00
parent 782ff9ddff
commit ded5cbebe1

View File

@@ -39,6 +39,11 @@ mkDerivation rec {
}; };
patches = [ patches = [
# Fix build with CMake 4
(fetchpatch {
url = "https://github.com/KDE/qtcurve/commit/d2c84577505641e647fbb64bce825b3e0a4129f5.patch";
sha256 = "sha256-WBmzlVDxRNXZmi6c03cR1MuIr+hBaeFXgNLzhsv0bZo=";
})
# Remove unnecessary constexpr, this is not allowed in C++14 # Remove unnecessary constexpr, this is not allowed in C++14
(fetchpatch { (fetchpatch {
url = "https://github.com/KDE/qtcurve/commit/ee2228ea2f18ac5da9b434ee6089381df815aa94.patch"; url = "https://github.com/KDE/qtcurve/commit/ee2228ea2f18ac5da9b434ee6089381df815aa94.patch";