mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides.tqdm: fix overrideAttrs
to overridePythonAttrs
This commit is contained in:
parent
7e0ef92bd5
commit
5d34116177
1 changed files with 1 additions and 1 deletions
|
@ -2287,7 +2287,7 @@ lib.composeManyExtensions [
|
|||
# For some reason the toml dependency of tqdm declared here:
|
||||
# https://github.com/tqdm/tqdm/blob/67130a23646ae672836b971e1086b6ae4c77d930/pyproject.toml#L2
|
||||
# is not translated correctly to a nix dependency.
|
||||
tqdm = super.tqdm.overrideAttrs (
|
||||
tqdm = super.tqdm.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = [ super.toml ] ++ (old.buildInputs or [ ]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue