mailsend: unbreak on GCC 14

This commit is contained in:
Petr Zahradnik 2025-03-09 23:58:24 +01:00
parent 0373f5afc3
commit 959878e0e0

View file

@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
})
];
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
enableParallelBuilding = true;
meta = with lib; {