xawtv: Fix compilation with gcc 14.2 (#372151)

This commit is contained in:
Jörg Thalheim
2025-01-13 11:05:41 +01:00
committed by GitHub
+2
View File
@@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
./0001-Fix-build-for-glibc-2.32.patch
];
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
buildInputs = [
ncurses
libjpeg