6 with python3.pkgs; buildPythonApplication rec {
7 pname = "poetry2conda";
12 src = fetchFromGitHub {
16 sha256 = "sha256-UqNoEGgStvqtxhYwExk7wO4SvATaM2kGaFbB5ViJa7U=";
19 nativeBuildInputs = [ poetry ];
21 propagatedBuildInputs = [
33 description = "A script to convert a Python project declared on a pyproject.toml to a conda environment";
34 homepage = "https://github.com/dojeda/poetry2conda";
35 license = licenses.mit;
36 maintainers = with maintainers; [ cpcloud ];