Skip to content

Commit e169c38

Browse files
avnikMic92
authored andcommitted
xawtv: Fix compilation with gcc 14.2
1 parent 5634f52 commit e169c38

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)