Skip to content

Commit 959878e

Browse files
committed
mailsend: unbreak on GCC 14
1 parent 0373f5a commit 959878e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ma/mailsend/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
3636
})
3737
];
3838

39+
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
40+
3941
enableParallelBuilding = true;
4042

4143
meta = with lib; {

0 commit comments

Comments
 (0)