me
/
guix
Archived
1
0
Fork 0

gnu: guix-jupyter: Remove input labels.

* gnu/packages/package-management.scm (guix-jupyter)[inputs]: Remove
labels.
Ludovic Courtès 2023-01-20 12:02:17 +01:00
parent b60f3941b9
commit 0f15cc49e1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View File

@ -1685,8 +1685,7 @@ This package just includes the agent component.")))
python-ipython
python-ipykernel))
(inputs
`(("guix" ,guix)
("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))))
(list guix (lookup-package-native-input guix "guile")))
(propagated-inputs
(list guile-json-4 guile-simple-zmq guile-gcrypt))
(synopsis "Guix kernel for Jupyter")