mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 10:34:54 +00:00
python311Packages.pylsp-rope: minor cosmetic change
This commit is contained in:
parent
536541be20
commit
ff75c1337c
@ -4,6 +4,7 @@
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
|
||||
# dependencies
|
||||
rope,
|
||||
python-lsp-server,
|
||||
|
||||
@ -25,7 +26,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-Mr+mWRvOXoy7+SosMae80o0V1jBMn1dEoGmaR/BGHrc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
rope
|
||||
python-lsp-server
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user