mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05: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 @@ (define-public python-lsp-server
|
|||
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…
Reference in a new issue