Loading pkgs/development/python-modules/pydeps/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { version = "2.0.1"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "thebjorn"; Loading @@ -25,11 +25,11 @@ buildPythonPackage rec { hash = "sha256-ZLFcaWzu8iYBnbSh1Ua4fvFyYD5q71R/iIqzRUKRn1E="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; buildInputs = [ graphviz ]; propagatedBuildInputs = [ dependencies = [ graphviz stdlib-list ]; Loading @@ -55,10 +55,10 @@ buildPythonPackage rec { meta = with lib; { description = "Python module dependency visualization"; mainProgram = "pydeps"; homepage = "https://github.com/thebjorn/pydeps"; changelog = "https://github.com/thebjorn/pydeps/releases/tag/v${version}"; license = licenses.bsd2; maintainers = with maintainers; [ fab ]; mainProgram = "pydeps"; }; } Loading
pkgs/development/python-modules/pydeps/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { version = "2.0.1"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "thebjorn"; Loading @@ -25,11 +25,11 @@ buildPythonPackage rec { hash = "sha256-ZLFcaWzu8iYBnbSh1Ua4fvFyYD5q71R/iIqzRUKRn1E="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; buildInputs = [ graphviz ]; propagatedBuildInputs = [ dependencies = [ graphviz stdlib-list ]; Loading @@ -55,10 +55,10 @@ buildPythonPackage rec { meta = with lib; { description = "Python module dependency visualization"; mainProgram = "pydeps"; homepage = "https://github.com/thebjorn/pydeps"; changelog = "https://github.com/thebjorn/pydeps/releases/tag/v${version}"; license = licenses.bsd2; maintainers = with maintainers; [ fab ]; mainProgram = "pydeps"; }; }