8 python3.pkgs.buildPythonApplication rec {
14 inherit version pname;
15 hash = "sha256-pDTaqtqfuk7tACkyaKClTJotuVcTKli5yx1wbEM93TM=";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
40 ] ++ (with python3.pkgs; [
44 disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
49 "--prefix PATH : ${lib.makeBinPath [ ffmpeg ]}"
53 description = "Yet another simple static gallery generator";
54 mainProgram = "sigal";
55 homepage = "http://sigal.saimon.org/";
56 license = licenses.mit;
57 maintainers = with maintainers; [ domenkozar matthiasbeyer ];