openjfx12: fix build with glib-2.62

This commit is contained in:
Tor Hedin Brønner 2019-09-14 23:21:34 +02:00
parent b85523cf84
commit 203ba052b2

View file

@ -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 = ''