8 python3.pkgs.buildPythonApplication rec {
11 format = "setuptools";
14 inherit version pname;
15 hash = "sha256-4Zsb/OBtU/jV0gThEYe8bcrb+6hW+hnzQS19q1H409Q=";
18 patches = [ ./copytree-permissions.patch ];
20 propagatedBuildInputs = with python3.pkgs; [
35 setuptools # needs pkg_resources
40 ] ++ (with python3.pkgs; [
44 disabledTests = lib.optionals stdenv.isDarwin [
49 "--prefix PATH : ${lib.makeBinPath [ ffmpeg ]}"
53 description = "Yet another simple static gallery generator";
54 homepage = "http://sigal.saimon.org/";
55 license = licenses.mit;
56 maintainers = with maintainers; [ domenkozar matthiasbeyer ];