Merge pull request #301905 from wegank/khoj-broken

khoj: mark as broken
This commit is contained in:
rewine 2024-04-06 17:35:00 +08:00 committed by GitHub
commit 370076514b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
};
}