mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
kde5.ffmpegthumbs: propagate all buildInputs
This commit is contained in:
parent
aa8d8addeb
commit
d4819465d8
@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user