wfview: fix build on Qt 6.11.1

This commit is contained in:
Cryolitia PukNgae
2026-07-21 05:02:30 +08:00
parent 7d623801dd
commit a44cb2f821
+7
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitLab,
fetchpatch2,
eigen,
hidapi,
libopus,
@@ -27,6 +28,12 @@ stdenv.mkDerivation (finalAttrs: {
# Remove syscalls during build to make it reproducible
# We also need to adjust some header paths for darwin
./remove-hard-encodings.patch
# Fix build with Qt 6.11.1, https://gitlab.com/eliggett/wfview/-/merge_requests/51
(fetchpatch2 {
url = "https://gitlab.com/Cryolitia/wfview/-/commit/b26c898c219df8935dcb85969465ed995f64d875.patch";
hash = "sha256-KXWz6gdaPewq+RLhhkZT3CYz6yqbVXMubAUfabhgqX0=";
})
];
buildInputs = [