mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(description "This package provides a terminal-based console frontend for
|
||||||
Jupyter kernels. It also allows for console-based interaction with non-Python
|
Jupyter kernels. It also allows for console-based interaction with non-Python
|
||||||
Jupyter kernels such as IJulia and IRKernel.")
|
Jupyter kernels such as IJulia and IRKernel.")
|
||||||
|
(properties `((python2-variant . ,(delay python2-jupyter-console))))
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-jupyter-console
|
(define-public python2-jupyter-console
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue