Unverified Commit 37007651 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #301905 from wegank/khoj-broken

khoj: mark as broken
parents 5bcb08ea e9d2f719
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
  };
}