libsForQt5.qtcurve: fix build with cmake 4
This commit is contained in:
@@ -39,6 +39,11 @@ mkDerivation rec {
|
||||
};
|
||||
|
||||
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
|
||||
(fetchpatch {
|
||||
url = "https://github.com/KDE/qtcurve/commit/ee2228ea2f18ac5da9b434ee6089381df815aa94.patch";
|
||||
|
||||
Reference in New Issue
Block a user