1 { lib, python3Packages, ffmpeg }:
3 python3Packages.buildPythonApplication rec {
7 src = python3Packages.fetchPypi {
9 sha256 = "01qwbb2l8gwf622zzhh0kzdzw3njvsdwmndwn01i9bn4qm5cas8r";
12 propagatedBuildInputs = with python3Packages; [
21 pythonImportsCheck = [ "vcsi" ];
23 makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ffmpeg ]}" ];
26 description = "Create video contact sheets";
27 homepage = "https://github.com/amietn/vcsi";
28 license = licenses.mit;
29 maintainers = with maintainers; [ dandellion ];