mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-language-server: Add deprecated alias.
* gnu/packages/python-xyz.scm (python-language-server): New variable. Add deprecated alias for package removed in the parent commit. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7907ddbc3a
commit
e7ead42383
1 changed files with 3 additions and 0 deletions
|
@ -5073,6 +5073,9 @@ This tool is used in text editing environments to provide a complete
|
|||
and integrated feature-set for programming Python effectively.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-language-server
|
||||
(deprecated-package "python-language-server" python-lsp-server))
|
||||
|
||||
(define-public python-pathspec
|
||||
(package
|
||||
(name "python-pathspec")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue