cjs: Fix build with gobject-introspection 1.82.0

g-i 1.82.0 now warns on incorrect callback annotations.
For now don't treat warnings as errors.
This commit is contained in:
Bobby Rong 2024-09-19 00:10:58 +08:00
parent 205ae7c5fe
commit 5cfb2211ea
No known key found for this signature in database

View File

@ -60,6 +60,9 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs --build build/choose-tests-locale.sh
# https://github.com/linuxmint/cjs/issues/123
substituteInPlace meson.build --replace-fail "extra_args: '--warn-error'," ""
'';
meta = with lib; {