gupnp-av: mitigate build error due to deprecations in libxml2
More information: https://gitlab.gnome.org/GNOME/gupnp-av/-/issues/10
This commit is contained in:
parent
acbec64db0
commit
d305cd86a3
@ -41,6 +41,10 @@ stdenv.mkDerivation rec {
|
||||
libxml2
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-Wno-error=deprecated-declarations"
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Dgtk_doc=true"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user