gnu: python-jupyter-console: Specify python2 variant.

* gnu/packages/python-xyz.scm (python-jupyter-console)[properties]: New
field. Specify python2-jupyter-console as python2 variant.
This commit is contained in:
Efraim Flashner 2020-03-12 10:59:39 +02:00
parent a595399230
commit e8588a7847
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8172,6 +8172,7 @@ (define-public python-jupyter-console
(description "This package provides a terminal-based console frontend for
Jupyter kernels. It also allows for console-based interaction with non-Python
Jupyter kernels such as IJulia and IRKernel.")
(properties `((python2-variant . ,(delay python2-jupyter-console))))
(license license:bsd-3)))
(define-public python2-jupyter-console