Skip to content

Commit

Permalink
fix new dev dependency added by #2120
Browse files Browse the repository at this point in the history
  • Loading branch information
fidgetingbits committed May 17, 2024
1 parent a59c7eb commit 4264e0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/pyenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ pkgs.poetry2nix.mkPoetryEnv {
substituteInPlace setup.py --replace manylinux1 manylinux2014
'';
});
sortedcontainers-stubs = super.sortedcontainers-stubs.overridePythonAttrs (old: {
buildInputs = (old.buildInputs or [ ]) ++ [ super.poetry-core ];
});

# Dev-only dependencies

Expand Down

0 comments on commit 4264e0a

Please sign in to comment.