azahar: fix build with qt 6.10 (#455682)
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
nix-update-script,
|
||||
darwinMinVersionHook,
|
||||
apple-sdk_12,
|
||||
fetchpatch2,
|
||||
}:
|
||||
let
|
||||
inherit (lib)
|
||||
@@ -65,6 +66,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
patches = [
|
||||
# https://github.com/azahar-emu/azahar/pull/1305
|
||||
./fix-zstd-seekable-include.patch
|
||||
|
||||
# TODO: Remove in next release
|
||||
(fetchpatch2 {
|
||||
url = "https://github.com/azahar-emu/azahar/commit/1f483e1d335374482845d0325ac8b13af3162c53.patch?full_index=1";
|
||||
hash = "sha256-9rmRbv7VFMhHly5qTGaeBLpvtWMu6HkCGUUM+t78Meg=";
|
||||
})
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user