sorting reorder
This commit is contained in:
parent
e650dfe222
commit
886dded725
1 changed files with 11 additions and 12 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue