3
0
Fork 0
forked from mirrors/nixpkgs

openjfx11: fix build with glib-2.62

This commit is contained in:
Tor Hedin Brønner 2019-09-14 23:22:01 +02:00
parent 203ba052b2
commit 1905a6d01e

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