khoj: mark as broken

This commit is contained in:
Weijia Wang 2024-04-05 20:52:14 +02:00
parent fd5d6c8b6f
commit e9d2f719af
1 changed files with 1 additions and 2 deletions

View File

@ -137,7 +137,6 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/debanjum/khoj/releases/tag/${version}";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ dit7ya ];
# src/tcmalloc.cc:333] Attempt to free invalid pointer
broken = stdenv.isDarwin;
broken = true; # last successful build 2024-01-10
};
}