Merge pull request #315717 from wegank/gtk-sharp-darwin

gtk-sharp-2_0: fix build on darwin
This commit is contained in:
Robert Scott 2024-05-30 21:47:12 +01:00 committed by GitHub
commit e8d1e3e673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
./bootstrap-${lib.versions.majorMinor version}
'';
env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [
"-Wno-error=int-conversion"
]);
dontStrip = true;
inherit monoDLLFixer;