sigal: fix build on darwin

Disable failing test.
This commit is contained in:
Sebastián Mancilla 2022-07-10 00:09:30 -04:00
parent de5b3dd170
commit 09ae560c92

View File

@ -36,12 +36,15 @@ python3.pkgs.buildPythonApplication rec {
pytestCheckHook
]);
disabledTests = lib.optionals stdenv.isDarwin [
"test_nonmedia_files"
];
makeWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath [ ffmpeg ]}"
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Yet another simple static gallery generator";
homepage = "http://sigal.saimon.org/";
license = licenses.mit;