me
/
guix
Archived
1
0
Fork 0

gnu: python-jupyter-console-minimal: Use 'modify-inputs'.

* gnu/packages/python-xyz.scm (python-jupyter-console-minimal)[propagated-inputs]:
Use 'modify-inputs'.
Ludovic Courtès 2022-05-16 14:31:03 +02:00
parent 8aaa9b40aa
commit f40c4b4ec9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 3 deletions

View File

@ -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