Skip to content

Commit c757b75

Browse files
committed
guacamole-server: unbreak, update CFLAGS
1 parent 6af3d14 commit c757b75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/by-name/gu/guacamole-server/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
4040
NIX_CFLAGS_COMPILE = [
4141
"-Wno-error=format-truncation"
4242
"-Wno-error=format-overflow"
43+
"-Wno-error=deprecated-declarations"
4344
];
4445

4546
strictDeps = true;

0 commit comments

Comments
 (0)