guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/10: gnu: python-jupyter-console-minimal: Use 'modify-inputs'.
Date: Mon, 16 May 2022 09:49:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f40c4b4ec9f1c16c56f7dc9ae511b2c6ee455356
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 16 14:31:03 2022 +0200

    gnu: python-jupyter-console-minimal: Use 'modify-inputs'.
    
    * gnu/packages/python-xyz.scm 
(python-jupyter-console-minimal)[propagated-inputs]:
    Use 'modify-inputs'.
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 199fcf5fb8..36171eb538 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]