mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Update overrides/default.nix
This commit is contained in:
parent
e16d91f9cc
commit
7fc3f07977
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ lib.composeManyExtensions [
|
|||
fastapi-cli = prev.fastapi-cli.overridePythonAttrs (
|
||||
old: lib.optionalAttrs (!(old.src.isWheel or false)) {
|
||||
# remove the dependency cycle
|
||||
propagatedBuildInputs = builtins.filter (p: p.pname != "fastapi") old.propagatedBuildInputs;
|
||||
propagatedBuildInputs = removePackagesByName (old.propagatedBuildInputs or []) [ self.fastapi ];
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue