kde5.ffmpegthumbs: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:08:04 -05:00
parent aa8d8addeb
commit d4819465d8

View File

@ -7,15 +7,15 @@
kdeApp { kdeApp {
name = "ffmpegthumbs"; name = "ffmpegthumbs";
nativeBuildInputs = [
extra-cmake-modules
];
buildInputs = [
ffmpeg
kio
];
meta = { meta = {
license = with lib.licenses; [ gpl2 bsd3 ]; license = with lib.licenses; [ gpl2 bsd3 ];
maintainers = [ lib.maintainers.ttuegel ]; maintainers = [ lib.maintainers.ttuegel ];
}; };
nativeBuildInputs = [
extra-cmake-modules
];
propagatedBuildInputs = [
ffmpeg
kio
];
} }