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

maigret: mark as broken on darwin

(cherry picked from commit f218242a)
parent 1c1564de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,5 +108,6 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://maigret.readthedocs.io";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
    broken = stdenv.hostPlatform.isDarwin;
  };
}