dee: fix build with glib-2.62
This commit is contained in:
parent
0a826ed116
commit
8c5486aa82
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ stdenv.mkDerivation rec {
|
|||
dbus-glib
|
||||
];
|
||||
|
||||
# glib-2.62 deprecations
|
||||
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||
|
||||
configureFlags = [
|
||||
"--disable-gtk-doc"
|
||||
"--with-pygi-overrides-dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
|
||||
|
|
Loading…
Reference in a new issue