Skip to content

Commit

Permalink
openjfx12: fix build with glib-2.62
Browse files Browse the repository at this point in the history
  • Loading branch information
hedning committed Sep 30, 2019
1 parent b85523c commit 203ba05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/openjdk/openjfx/12.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ in makePackage {
cp -r build/modular-sdk $out
'';

# glib-2.62 deprecations
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];

stripDebugList = [ "." ];

postFixup = ''
Expand Down

0 comments on commit 203ba05

Please sign in to comment.