Merge pull request #301905 from wegank/khoj-broken
khoj: mark as broken
This commit is contained in:
commit
370076514b
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue