Skip to content

Commit

Permalink
Merge pull request #315987 from NixOS/backport-315717-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] gtk-sharp-2_0: fix build on darwin
  • Loading branch information
risicle authored May 30, 2024
2 parents b4a0f7e + 06a5418 commit 7f4d0a0
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 7f4d0a0

Please sign in to comment.