mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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:
parent
a595399230
commit
e8588a7847
1 changed files with 1 additions and 0 deletions
|
@ -8172,6 +8172,7 @@ in the data.")
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue