Commit c757b757 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

guacamole-server: unbreak, update CFLAGS

parent 6af3d140
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
  NIX_CFLAGS_COMPILE = [
    "-Wno-error=format-truncation"
    "-Wno-error=format-overflow"
    "-Wno-error=deprecated-declarations"
  ];

  strictDeps = true;