···103 })
104 ];
1050106 postPatch = ''
107+ # Otherwise tries to ensure /var/run exists.
108 sed -i "/install_subdir('run', install_dir: get_option('localstatedir'))/d" \
109 qga/meson.build
110+111+ # TODO: On aarch64-darwin, we automatically codesign everything, but qemu
112+ # needs specific entitlements and does its own signing. This codesign
113+ # command fails, but we have no fix at the moment, so this disables it.
114+ # This means `-accel hvf` is broken for now, on aarch64-darwin only.
115+ substituteInPlace meson.build \
116+ --replace 'if exe_sign' 'if false'
117 '';
118119 preConfigure = ''