We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af3d14 commit c757b75Copy full SHA for c757b75
1 file changed
pkgs/by-name/gu/guacamole-server/package.nix
@@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
40
NIX_CFLAGS_COMPILE = [
41
"-Wno-error=format-truncation"
42
"-Wno-error=format-overflow"
43
+ "-Wno-error=deprecated-declarations"
44
];
45
46
strictDeps = true;
0 commit comments