mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #329137 from GaetanLepage/pylsp-rope
This commit is contained in:
commit
9516b99b0c
@ -4,6 +4,9 @@
|
|||||||
pythonOlder,
|
pythonOlder,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
|
||||||
|
# build-system
|
||||||
|
setuptools,
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
rope,
|
rope,
|
||||||
python-lsp-server,
|
python-lsp-server,
|
||||||
@ -26,6 +29,10 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-Mr+mWRvOXoy7+SosMae80o0V1jBMn1dEoGmaR/BGHrc=";
|
hash = "sha256-Mr+mWRvOXoy7+SosMae80o0V1jBMn1dEoGmaR/BGHrc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
build-system = [
|
||||||
|
setuptools
|
||||||
|
];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
rope
|
rope
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
|
Loading…
Reference in New Issue
Block a user