Merge pull request #269607 from evalexpr/khal-not-broken

khal: no longer broken on Darwin
This commit is contained in:
Emily Trau
2023-11-29 17:13:07 +11:00
committed by GitHub
-1
View File
@@ -86,6 +86,5 @@ python3.pkgs.buildPythonApplication rec {
homepage = "http://lostpackets.de/khal/";
license = licenses.mit;
maintainers = with maintainers; [ gebner ];
broken = stdenv.isDarwin;
};
}