diff --git a/custom/override.nix b/custom/override.nix index d869133..e906059 100644 --- a/custom/override.nix +++ b/custom/override.nix @@ -93,18 +93,6 @@ 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"; @@ -131,6 +119,17 @@ final: prev: { broken = false; }; }); + sseclient-py = pyPrev.sseclient-py.overridePythonAttrs (old: rec { + format = "pyproject"; + nativeBuildInputs = + (old.nativeBuildInputs or [ ]) + ++ (with pyPrev; [ + hatchling + #pypaBuildHook + #pypaInstallHook + ]); + doCheck = false; + }); }) ]; winetricks = prev.winetricks.overrideAttrs (