Merge pull request #166414 from NixOS/revert-165906-poetry-application

Revert "poetry: apply toPythonApplication"
This commit is contained in:
Artturi 2022-03-30 16:15:19 +03:00 committed by GitHub
commit aebaef4c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};