khoj: mark as broken

This commit is contained in:
Weijia Wang 2024-04-05 20:52:14 +02:00
parent fd5d6c8b6f
commit e9d2f719af

View File

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