Skip to content

Commit

Permalink
Merge pull request NixOS#315717 from wegank/gtk-sharp-darwin
Browse files Browse the repository at this point in the history
gtk-sharp-2_0: fix build on darwin
  • Loading branch information
risicle committed May 30, 2024
2 parents 665a31a + dab160b commit e8d1e3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/gtk-sharp/2.0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8d1e3e

Please sign in to comment.