Loading pkgs/development/python-modules/jedi/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ buildPythonPackage rec { pname = "jedi"; version = "0.18.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { Loading Loading @@ -47,8 +48,9 @@ buildPythonPackage rec { ]; meta = with lib; { homepage = "https://github.com/davidhalter/jedi"; description = "An autocompletion tool for Python that can be used for text editors"; homepage = "https://github.com/davidhalter/jedi"; changelog = "https://github.com/davidhalter/jedi/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ ]; }; Loading Loading
pkgs/development/python-modules/jedi/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ buildPythonPackage rec { pname = "jedi"; version = "0.18.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { Loading Loading @@ -47,8 +48,9 @@ buildPythonPackage rec { ]; meta = with lib; { homepage = "https://github.com/davidhalter/jedi"; description = "An autocompletion tool for Python that can be used for text editors"; homepage = "https://github.com/davidhalter/jedi"; changelog = "https://github.com/davidhalter/jedi/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ ]; }; Loading