mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jupyter-console-minimal: Use 'modify-inputs'.
* gnu/packages/python-xyz.scm (python-jupyter-console-minimal)[propagated-inputs]: Use 'modify-inputs'.
This commit is contained in:
parent
8aaa9b40aa
commit
f40c4b4ec9
1 changed files with 2 additions and 3 deletions
|
@ -14041,9 +14041,8 @@ Jupyter kernels such as IJulia and IRKernel.")
|
|||
(assoc-ref outputs "out") "/bin"))))))))
|
||||
;; Remove the python-ipython propagated input, to avoid the cycle
|
||||
(propagated-inputs
|
||||
(alist-delete
|
||||
"python-ipython"
|
||||
(package-propagated-inputs python-jupyter-console)))))
|
||||
(modify-inputs (package-propagated-inputs python-jupyter-console)
|
||||
(delete "python-ipython")))))
|
||||
|
||||
(define-public python-qtconsole
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue