mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue