Commit 405e6ae2 authored by Jonathan Wilkins's avatar Jonathan Wilkins Committed by github-actions[bot]
Browse files

khal: no longer broken on Darwin

This builds for me on aarch64 Darwin, unsure about x86_64.

(cherry picked from commit 6224235f)
parent f7171e3e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -86,6 +86,5 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "http://lostpackets.de/khal/";
    license = licenses.mit;
    maintainers = with maintainers; [ gebner ];
    broken = stdenv.isDarwin;
  };
}