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
|
||||
];
|
||||
|
||||
# glib-2.62 deprecations
|
||||
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||
|
||||
preConfigure = ''./autogen.sh'';
|
||||
configureFlags = [
|
||||
"--enable-python"
|
||||
|
Loading…
Reference in New Issue
Block a user