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
|
pytestCheckHook
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
disabledTests = lib.optionals stdenv.isDarwin [
|
||||||
|
"test_nonmedia_files"
|
||||||
|
];
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--prefix PATH : ${lib.makeBinPath [ ffmpeg ]}"
|
"--prefix PATH : ${lib.makeBinPath [ ffmpeg ]}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
description = "Yet another simple static gallery generator";
|
description = "Yet another simple static gallery generator";
|
||||||
homepage = "http://sigal.saimon.org/";
|
homepage = "http://sigal.saimon.org/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user