diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-01-20 12:02:17 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-20 12:17:54 +0100 |
commit | 0f15cc49e165710d5955afa317f7d6038216c749 (patch) | |
tree | 26223abca7898adba5559c3acdf440b86bbe253d /gnu/packages/package-management.scm | |
parent | b60f3941b95dc5351e2336cf694480d099a91233 (diff) | |
download | guix-0f15cc49e165710d5955afa317f7d6038216c749.tar guix-0f15cc49e165710d5955afa317f7d6038216c749.tar.gz |
gnu: guix-jupyter: Remove input labels.
* gnu/packages/package-management.scm (guix-jupyter)[inputs]: Remove
labels.
Diffstat (limited to 'gnu/packages/package-management.scm')
-rw-r--r-- | gnu/packages/package-management.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index f7a47ece00..5b6b7bd570 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -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") |