Merge pull request #165906 from aaronjheng/poetry-application

This commit is contained in:
Sandro
2022-03-27 17:13:54 +02:00
committed by GitHub
+4 -3
View File
@@ -14136,9 +14136,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;
};