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>master
parent
7907ddbc3a
commit
e7ead42383
|
@ -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")
|
||||
|
|
Reference in New Issue