sigal: fix build on darwin
Disable failing test.
This commit is contained in:
parent
de5b3dd170
commit
09ae560c92
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user