khal: no longer broken on Darwin

This builds for me on aarch64 Darwin, unsure about x86_64.
This commit is contained in:
Jonathan Wilkins 2023-11-24 10:32:52 +00:00
parent 19db0e265f
commit 6224235f2b
No known key found for this signature in database

@ -86,6 +86,5 @@ python3.pkgs.buildPythonApplication rec {
homepage = "http://lostpackets.de/khal/";
license = licenses.mit;
maintainers = with maintainers; [ gebner ];
broken = stdenv.isDarwin;
};
}