gdbuspp: fix build for gcc 15 (#473824)

This commit is contained in:
Aleksana
2025-12-24 13:33:56 +00:00
committed by GitHub
+3
View File
@@ -31,6 +31,9 @@ stdenv.mkDerivation rec {
buildInputs = [ glib ];
# fix build for gcc 15
env.NIX_CFLAGS_COMPILE = "-Wno-error=free-nonheap-object";
passthru.updateScript = nix-update-script { };
meta = {