coreshot: fix building with qt 6.10

This commit is contained in:
Redlonghead
2025-11-06 22:09:18 -06:00
parent 4d107d1402
commit de8c403f28

View File

@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitLab,
fetchpatch,
qt6,
cmake,
ninja,
@@ -20,6 +21,14 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-5KGaMCL9BCGZwK7HQz87B1qrNvx5SQyMooZw4MwMdCc=";
};
patches = [
(fetchpatch {
name = "fix-building-with-Qt-610";
url = "https://gitlab.com/cubocore/coreapps/coreshot/-/commit/a01c943bec46eea261f545957dbafafc3ea370bb.patch";
hash = "sha256-SD4bYM8nBnGPO8iS8htFZZFUdimbLmpqxgWPioLMjsM=";
})
];
nativeBuildInputs = [
cmake
ninja