gupnp-tools: Work around xmlIndentTreeOutput deprecation (#509245)

This commit is contained in:
Michael Daniels
2026-05-16 02:19:50 +00:00
committed by GitHub
+5
View File
@@ -42,6 +42,11 @@ stdenv.mkDerivation (finalAttrs: {
gtksourceview4
];
mesonFlags = [
# Work around https://gitlab.gnome.org/GNOME/gupnp-tools/-/issues/29
"-Dc_args=-Wno-error=deprecated-declarations"
];
passthru = {
updateScript = gnome.updateScript {
packageName = "gupnp-tools";