Unverified Commit 6224235f authored by Jonathan Wilkins's avatar Jonathan Wilkins
Browse files

khal: no longer broken on Darwin

This builds for me on aarch64 Darwin, unsure about x86_64.
parent 19db0e26
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;
  };
}