Skip to content

Commit b0737e6

Browse files
committed
Update poetry2nix overrides
1 parent 3075601 commit b0737e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template/{% if nix %}overlay.nix{% endif %}.jinja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ final: prev: {
99
buildInputs = old.buildInputs or [ ] ++ [ py-final.flit-core ];
1010
});
1111

12+
pydantic = py-prev.pydantic.overrideAttrs (old: {
13+
buildInputs = old.buildInputs or [ ] ++ [ final.libxcrypt ];
14+
});
15+
1216
flake8-todo = py-prev.flake8-todo.overridePythonAttrs (old: {
1317
buildInputs = old.buildInputs or [ ] ++ [ py-final.setuptools ];
1418
});

0 commit comments

Comments
 (0)