1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #328410 from GaetanLepage/pylsp-rope

python311Packages.pylsp-rope: minor cosmetic change
This commit is contained in:
Gaétan Lepage 2024-07-19 13:57:53 +02:00 committed by GitHub
commit 4269caedc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
];