Commit 391a088a authored by Fabian Affolter's avatar Fabian Affolter Committed by github-actions[bot]
Browse files

donpapi: mark as broken on darwin

(cherry picked from commit d073665f)
parent 130a9b1f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  python3,
  fetchFromGitHub,
}:
@@ -45,5 +46,6 @@ python3.pkgs.buildPythonApplication rec {
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ fab ];
    mainProgram = "donpapi";
    broken = stdenv.hostPlatform.isDarwin;
  };
}