Revert "poetry: apply toPythonApplication"

This commit is contained in:
Artturi 2022-03-27 18:41:47 +03:00 committed by GitHub
parent cf40af6c33
commit ba04eeb1f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14138,10 +14138,9 @@ with pkgs;
pew = callPackage ../development/tools/pew {}; pew = callPackage ../development/tools/pew {};
poetry = with python3Packages; toPythonApplication (callPackage ../development/tools/poetry2nix/poetry2nix/pkgs/poetry { poetry = callPackage ../development/tools/poetry2nix/poetry2nix/pkgs/poetry {
inherit python; python = python3;
}); };
poetry2nix = callPackage ../development/tools/poetry2nix/poetry2nix { poetry2nix = callPackage ../development/tools/poetry2nix/poetry2nix {
inherit pkgs lib; inherit pkgs lib;
}; };