sorting reorder

This commit is contained in:
TheK0tYaRa 2026-03-08 00:20:18 +02:00
parent e650dfe222
commit 886dded725

View file

@ -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 (