summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-language-server
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 17:45:56 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:45 +0200
commit1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9 (patch)
tree328be9ccb89f012f1d33e1b7ff769c51f7e3885b /pkgs/development/python-modules/python-language-server
parentfaca29912913a4dafcf381952a5fed5f29002482 (diff)
pythonPackages: move python 2 only expressions to python2-packages.nix
Diffstat (limited to 'pkgs/development/python-modules/python-language-server')
-rw-r--r--pkgs/development/python-modules/python-language-server/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-language-server/default.nix b/pkgs/development/python-modules/python-language-server/default.nix
index e221f5b1efc1..69fbaa78067e 100644
--- a/pkgs/development/python-modules/python-language-server/default.nix
+++ b/pkgs/development/python-modules/python-language-server/default.nix
@@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, isPy27
-, backports_functools_lru_cache, configparser, futures, future, jedi, pluggy, python-jsonrpc-server, flake8
+, backports_functools_lru_cache ? null, configparser ? null, futures ? null, future, jedi, pluggy, python-jsonrpc-server, flake8
, pytestCheckHook, mock, pytestcov, coverage, setuptools, ujson, flaky
, # Allow building a limited set of providers, e.g. ["pycodestyle"].
providers ? ["*"]