Merge pull request #264391 from wegank/qt5-qtmultimedia-homebrew

qt5.qtmultimedia: fix build with clang 16
This commit is contained in:
Weijia Wang 2023-10-31 23:54:37 +01:00 committed by GitHub
commit 1f0c781bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,14 @@ let
# prevent headaches from stale qmlcache data
./qtdeclarative-default-disable-qmlcache.patch
];
qtmultimedia = lib.optionals stdenv.isDarwin [
# build patch for qtmultimedia with xcode 15
(fetchpatch {
url = "https://raw.githubusercontent.com/Homebrew/formula-patches/3f509180/qt5/qt5-qtmultimedia-xcode15.patch";
stripLen = 1;
hash = "sha256-HrEqfmm8WbapWgLM0L4AKW8168pwT2zYI8HOJruEPSs=";
})
];
qtpim = [
## Upstream patches after the Qt6 transition that apply without problems & fix bugs