Skip to content

Commit

Permalink
gtk-sharp-3_0: fix compile error on gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
corngood committed Jan 6, 2025
1 parent f585e48 commit 41ab77f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/gtk-sharp/3.0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
libxml2
];

env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";

patches = [
# Fixes MONO_PROFILE_ENTER_LEAVE undeclared when compiling against newer versions of mono.
# @see https://github.com/mono/gtk-sharp/pull/266
Expand Down

0 comments on commit 41ab77f

Please sign in to comment.