Unverified Commit c2fc886d authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #270833 from NixOS/backport-269607-to-release-23.11

[Backport release-23.11] khal: no longer broken on Darwin
parents f7171e3e 405e6ae2
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;
  };
}