gnu: python-pari-jupyter: Do not propagate 'python-ipykernel'.
Failing that, Guix-Jupyter sees both kernels in environments containing python-pari-jupyter and its ";;guix environment" command thus fails. * gnu/packages/python-xyz.scm (python-pari-jupyter)[propagated-inputs]: Move PYTHON-IPYKERNEL to... [inputs]: ... here.
This commit is contained in:
parent
f0373a0c94
commit
6a3d23c77a
1 changed files with 1 additions and 3 deletions
|
@ -9289,10 +9289,8 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
|
||||||
"1ikqvv335qfrhmlji0iclci6pnm2c3fvnxf031jr1d68j79g6ypd"))))
|
"1ikqvv335qfrhmlji0iclci6pnm2c3fvnxf031jr1d68j79g6ypd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ;no test suite
|
(arguments '(#:tests? #f)) ;no test suite
|
||||||
(propagated-inputs
|
|
||||||
(list python-ipykernel))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list pari-gp readline))
|
(list pari-gp readline python-ipykernel))
|
||||||
(home-page "https://github.com/sagemath/pari-jupyter")
|
(home-page "https://github.com/sagemath/pari-jupyter")
|
||||||
(synopsis "Jupyter kernel for PARI/GP")
|
(synopsis "Jupyter kernel for PARI/GP")
|
||||||
(description "The package provides a PARI/GP kernel for Jupyter.")
|
(description "The package provides a PARI/GP kernel for Jupyter.")
|
||||||
|
|
Reference in a new issue