kde5.ffmpegthumbs: propagate all buildInputs
This commit is contained in:
parent
aa8d8addeb
commit
d4819465d8
1 changed files with 7 additions and 7 deletions
|
@ -7,15 +7,15 @@
|
|||
|
||||
kdeApp {
|
||||
name = "ffmpegthumbs";
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
];
|
||||
buildInputs = [
|
||||
ffmpeg
|
||||
kio
|
||||
];
|
||||
meta = {
|
||||
license = with lib.licenses; [ gpl2 bsd3 ];
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
ffmpeg
|
||||
kio
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue