planner: fix build with glib-2.62
This commit is contained in:
parent
1c5dac0fb2
commit
8fa7740aa7
@ -45,6 +45,9 @@ in stdenv.mkDerivation {
|
|||||||
python2.pkgs.pygtk
|
python2.pkgs.pygtk
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# glib-2.62 deprecations
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||||
|
|
||||||
preConfigure = ''./autogen.sh'';
|
preConfigure = ''./autogen.sh'';
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-python"
|
"--enable-python"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user