Skip to content

Commit

Permalink
python-language-server: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Feb 19, 2023
1 parent 03057aa commit a0f8ef4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 178 deletions.
46 changes: 0 additions & 46 deletions pkgs/development/dotnet-modules/python-language-server/default.nix

This file was deleted.

107 changes: 0 additions & 107 deletions pkgs/development/dotnet-modules/python-language-server/deps.nix

This file was deleted.

23 changes: 0 additions & 23 deletions pkgs/development/dotnet-modules/python-language-server/updater.sh

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,7 @@ mapAliases ({
pyrex096 = throw "pyrex has been removed from nixpkgs as the project is still stuck on python2"; # Added 2022-01-12
pyrit = throw "pyrit has been removed from nixpkgs as the project is still stuck on python2"; # Added 2022-01-01
python = python2; # Added 2022-01-11
python-language-server = throw "python-language-server has been removed as it is no longer maintained. Use e.g. python-lsp-server instead"; # Added 2023-01-07
python-swiftclient = swiftclient; # Added 2021-09-09
python2nix = throw "python2nix has been removed as it is outdated. Use e.g. nixpkgs-pytools instead"; # Added 2021-03-08
pythonFull = python2Full; # Added 2022-01-11
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18204,8 +18204,6 @@ with pkgs;

mdl = callPackage ../development/tools/misc/mdl { };

python-language-server = callPackage ../development/dotnet-modules/python-language-server { };

python-matter-server = with python3Packages; toPythonApplication python-matter-server;

minify = callPackage ../development/web/minify { };
Expand Down

0 comments on commit a0f8ef4

Please sign in to comment.