openjfx12: fix build with glib-2.62
This commit is contained in:
parent
b85523cf84
commit
203ba052b2
1 changed files with 3 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue