openjfx11: fix build with glib-2.62
This commit is contained in:
parent
203ba052b2
commit
1905a6d01e
@ -83,6 +83,9 @@ in makePackage {
|
|||||||
cp -r build/modular-sdk $out
|
cp -r build/modular-sdk $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# glib-2.62 deprecations
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||||
|
|
||||||
stripDebugList = [ "." ];
|
stripDebugList = [ "." ];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user