1 { lib, python3Packages, fetchFromGitHub, ffmpeg }:
3 python3Packages.buildPythonApplication rec {
9 src = fetchFromGitHub {
13 hash = "sha256-I0o6GX/TNMfU+rQtSqReblRplXPynPF6m2zg0YokmtI=";
16 nativeBuildInputs = [ python3Packages.poetry-core ];
18 propagatedBuildInputs = with python3Packages; [
27 pythonImportsCheck = [ "vcsi" ];
29 makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ffmpeg ]}" ];
32 description = "Create video contact sheets";
33 homepage = "https://github.com/amietn/vcsi";
34 license = licenses.mit;
35 maintainers = with maintainers; [ dandellion zopieux ];