guacamole-server: unbreak, update CFLAGS

This commit is contained in:
Pol Dellaiera
2025-06-29 19:44:49 +02:00
parent 6af3d1404e
commit c757b757a9
@@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
NIX_CFLAGS_COMPILE = [
"-Wno-error=format-truncation"
"-Wno-error=format-overflow"
"-Wno-error=deprecated-declarations"
];
strictDeps = true;