libjpeg needs to be propagated build input of v4l

This commit is contained in:
Michael Raskin 2015-04-06 08:27:23 +03:00
parent 7626674ae0
commit 3ba3c1f25d

View file

@ -43,7 +43,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ alsaLib libjpeg libX11 qt4 qt5 ];
buildInputs = [ alsaLib libX11 qt4 qt5 ];
propagatedBuildInputs = [ libjpeg ];
meta = with stdenv.lib; {
description = "V4L utils and libv4l, provide common image formats regardless of the v4l device";