Skip to content

Commit

Permalink
gtk-sharp-2_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 41ab77f commit c84a208
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/development/libraries/gtk-sharp/2.0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ stdenv.mkDerivation rec {
./bootstrap-${lib.versions.majorMinor version}
'';

env.NIX_CFLAGS_COMPILE = toString (
lib.optionals stdenv.cc.isClang [
"-Wno-error=int-conversion"
]
);
env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion";

dontStrip = true;

Expand Down

0 comments on commit c84a208

Please sign in to comment.