depot/third_party/nixpkgs/pkgs/kde/gear/ffmpegthumbs/default.nix

10 lines
112 B
Nix
Raw Normal View History

{
mkKdeDerivation,
ffmpeg,
}:
mkKdeDerivation {
pname = "ffmpegthumbs";
extraBuildInputs = [ffmpeg];
}