lol

icamerasrc: fix compilation

+1
+1
pkgs/development/libraries/gstreamer/icamerasrc/default.nix
··· 39 39 ]; 40 40 41 41 NIX_CFLAGS_COMPILE = [ 42 + "-Wno-error" 42 43 # gstcameradeinterlace.cpp:55:10: fatal error: gst/video/video.h: No such file or directory 43 44 "-I${gst_all_1.gst-plugins-base.dev}/include/gstreamer-1.0" 44 45 ];