mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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:
parent
205ae7c5fe
commit
5cfb2211ea
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user