gnu: Remove python2-editor.

* gnu/packages/python-xyz.scm (python2-editor): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:43:14 -04:00
parent 6a16599d39
commit a5581a1135
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -16348,9 +16348,6 @@ (define-public python-editor
programmatically interfacing with your system's $EDITOR.")
(license license:asl2.0)))
(define-public python2-editor
(package-with-python2 python-editor))
(define-public python-multiprocessing-logging
(package
(name "python-multiprocessing-logging")