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:
jgart via Guix-patches via 2021-11-28 10:08:56 -05:00 committed by Nicolas Goaziou
parent 7907ddbc3a
commit e7ead42383
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")