Loading pkgs/development/python-modules/pipenv-poetry-migrate/default.nix +16 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , pytestCheckHook , pythonOlder , poetry , poetry-core , tomlkit , typer , setuptools }: Loading @@ -21,12 +23,21 @@ buildPythonPackage rec { hash = "sha256-aP8bzWFUzAZrEsz8pYL2y5c7GaUjWG5GA+cc4/tGPZk="; }; patches = [ (fetchpatch { name = "use-poetry-core.patch"; url = "https://github.com/yhino/pipenv-poetry-migrate/commit/726ebd823bf6ef982992085bd04e41d178775b98.patch"; hash = "sha256-TBVH1MZA0O1/2zLpVgNckLaP4JO3wIJJi0Nst726erk="; }) ]; nativeBuildInputs = [ setuptools poetry-core ]; propagatedBuildInputs = [ poetry setuptools # for pkg_resources tomlkit typer ]; Loading Loading
pkgs/development/python-modules/pipenv-poetry-migrate/default.nix +16 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , pytestCheckHook , pythonOlder , poetry , poetry-core , tomlkit , typer , setuptools }: Loading @@ -21,12 +23,21 @@ buildPythonPackage rec { hash = "sha256-aP8bzWFUzAZrEsz8pYL2y5c7GaUjWG5GA+cc4/tGPZk="; }; patches = [ (fetchpatch { name = "use-poetry-core.patch"; url = "https://github.com/yhino/pipenv-poetry-migrate/commit/726ebd823bf6ef982992085bd04e41d178775b98.patch"; hash = "sha256-TBVH1MZA0O1/2zLpVgNckLaP4JO3wIJJi0Nst726erk="; }) ]; nativeBuildInputs = [ setuptools poetry-core ]; propagatedBuildInputs = [ poetry setuptools # for pkg_resources tomlkit typer ]; Loading