Skip to content

Commit e7779f2

Browse files
authored
xawtv: Fix compilation with gcc 14.2 (NixOS#372151)
2 parents 84c7757 + e169c38 commit e7779f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/xa/xawtv/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
3333
./0001-Fix-build-for-glibc-2.32.patch
3434
];
3535

36+
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
37+
3638
buildInputs = [
3739
ncurses
3840
libjpeg

0 commit comments

Comments
 (0)