poetry: apply toPythonApplication

This commit is contained in:
Aaron Jheng
2022-03-27 03:15:05 +00:00
parent 6de161729c
commit 20e2282795
+4 -3
View File
@@ -14126,9 +14126,10 @@ with pkgs;
pew = callPackage ../development/tools/pew {};
poetry = callPackage ../development/tools/poetry2nix/poetry2nix/pkgs/poetry {
python = python3;
};
poetry = with python3Packages; toPythonApplication (callPackage ../development/tools/poetry2nix/poetry2nix/pkgs/poetry {
inherit python;
});
poetry2nix = callPackage ../development/tools/poetry2nix/poetry2nix {
inherit pkgs lib;
};