Skip to content

Commit

Permalink
gtk-sharp-2_0: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed May 29, 2024
1 parent 3892ca2 commit dab160b
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 dab160b

Please sign in to comment.