Merge pull request #180926 from smancill/sigal-darwin

sigal: fix build on darwin
This commit is contained in:
Rick van Schijndel
2022-07-10 20:22:49 +02:00
committed by GitHub
+4 -1
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;