mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
dee: fix build with glib-2.62
This commit is contained in:
parent
0a826ed116
commit
8c5486aa82
@ -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 New Issue
Block a user