gnu: python-jupyter-console-minimal: Use 'modify-inputs'.
* gnu/packages/python-xyz.scm (python-jupyter-console-minimal)[propagated-inputs]: Use 'modify-inputs'.
parent
8aaa9b40aa
commit
f40c4b4ec9
|
@ -14041,9 +14041,8 @@ Jupyter kernels such as IJulia and IRKernel.")
|
||||||
(assoc-ref outputs "out") "/bin"))))))))
|
(assoc-ref outputs "out") "/bin"))))))))
|
||||||
;; Remove the python-ipython propagated input, to avoid the cycle
|
;; Remove the python-ipython propagated input, to avoid the cycle
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(alist-delete
|
(modify-inputs (package-propagated-inputs python-jupyter-console)
|
||||||
"python-ipython"
|
(delete "python-ipython")))))
|
||||||
(package-propagated-inputs python-jupyter-console)))))
|
|
||||||
|
|
||||||
(define-public python-qtconsole
|
(define-public python-qtconsole
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue