shit broke
This commit is contained in:
parent
f45d11be35
commit
6b5b149c04
1 changed files with 10 additions and 0 deletions
|
|
@ -11,6 +11,16 @@ final: prev: {
|
|||
});
|
||||
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
|
||||
(pyFinal: pyPrev: {
|
||||
sseclient-py = pyPrev.sseclient-py.overridePythonAttrs (old: rec {
|
||||
format = "pyproject";
|
||||
nativeBuildInputs = (old.nativeBuildInputs or []) ++ (with pyPrev; [
|
||||
hatchling
|
||||
#pypaBuildHook
|
||||
#pypaInstallHook
|
||||
]);
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
haystack-ai = pyPrev.haystack-ai.overridePythonAttrs (old: rec {
|
||||
version = "2.24.1";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue