~ruther/guix-local

ad5059c951a7571d0f6482732502b0a7b7503aee — Hugo Buddelmeijer a month ago cfbf8ac
gnu: python-bash-kernel: Fix propagated-inputs.

* gnu/packages/jupyter.scm (python-bash-kernel): Fix propagated-inputs.
[inputs]: Remove python-filetype, python-pexpect, python-ipykernel, and
python-jupyter-client.
[propagated-inputs]: Add python-filetype, python-ipykernel,
python-jupyter-client, and python-pexpect.

Merges guix/guix!5422

Change-Id: I4e1f9bc86063b04d8165d1517e4f59cc715e996e
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/jupyter.scm
M gnu/packages/jupyter.scm => gnu/packages/jupyter.scm +5 -4
@@ 1324,11 1324,12 @@ Docker registry.")
                      "--prefix" #$output))))))
    (native-inputs (list python-flit-core))
    (inputs
     (list bash
           python-filetype
           python-pexpect
     (list bash))                       ;must be bash with readline
    (propagated-inputs
     (list python-filetype
           python-ipykernel
           python-jupyter-client))
           python-jupyter-client
           python-pexpect))
    (home-page "https://github.com/takluyver/bash_kernel")
    (synopsis "Jupyter kernel for Bash")
    (description "A bash shell kernel for Jupyter.")