Merge pull request #166414 from NixOS/revert-165906-poetry-application
Revert "poetry: apply toPythonApplication"
This commit is contained in:
commit
aebaef4c01
@ -14165,10 +14165,9 @@ with pkgs;
|
||||
|
||||
pew = callPackage ../development/tools/pew {};
|
||||
|
||||
poetry = with python3Packages; toPythonApplication (callPackage ../development/tools/poetry2nix/poetry2nix/pkgs/poetry {
|
||||
inherit python;
|
||||
});
|
||||
|
||||
poetry = callPackage ../development/tools/poetry2nix/poetry2nix/pkgs/poetry {
|
||||
python = python3;
|
||||
};
|
||||
poetry2nix = callPackage ../development/tools/poetry2nix/poetry2nix {
|
||||
inherit pkgs lib;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user