mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Update default.nix
This commit is contained in:
parent
39b5615481
commit
ad950d3830
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ lib.composeManyExtensions [
|
|||
|
||||
fastapi = prev.fastapi.overridePythonAttrs (old: {
|
||||
# fastapi 0.111 depends on fastapi-cli, which depends on fastapi, resulting in infinite recursion
|
||||
propagatedBuildInputs = removePackagesByName (old.propagatedBuildInputs or [ ]) (lib.optional final?fastapi-cli final.fastapi-cli);
|
||||
propagatedBuildInputs = removePackagesByName (old.propagatedBuildInputs or [ ]) (lib.optional (final?fastapi-cli) final.fastapi-cli);
|
||||
});
|
||||
|
||||
fastecdsa = prev.fastecdsa.overridePythonAttrs (old: {
|
||||
|
|
Loading…
Add table
Reference in a new issue