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
+3 -4
View File
@@ -14138,10 +14138,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;
};